[roll] Roll fuchsia [crossrepo] Use pubsub model for cross repo watcher

To test it locally, start the server in one terminal:
```
python3 ./build/bazel_sdk/cross_repo_watcher/watcher.py --config build/bazel_sdk/cross_repo_watcher/sample_config.json
```

In another terminal, make a curl call to trigger the first event:
```
curl "http://localhost:8000/?event=start&message=any"
```

In next CL, we will create a publish command which trigger the first
event, so it will not need to manually curl by then.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/868184
Original-Revision: 55f82a35cfc52148ad828858e93b9f0cef2f485c
GitOrigin-RevId: 5ec3ef39d21c22028d2b9fb6a6ff102ef71edba4
Change-Id: I9f8d6f1e38062ea232ffac2eba8946316a9e2f2a
1 file changed
tree: 6de040cf7ed3253150852a07821c5ba62045efbe
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.