[roll] Roll fuchsia [run-test-suite] Wrap entire event processing logic in cancel

Instead of individaully wrapping await calls that could hang with
.on_cancelled(), wrap all the event processing logic. This makes it
less likely that some call that can hang won't be stopped on SIGINT.

Original-Bug: 93478
Multiply: run_test_suite_integration_tests

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/644363
Original-Revision: ad8f90d71f053ee2d44c648cd0d75b4a8b96bd51
GitOrigin-RevId: 522b76182bdf97eb8193c387be6f91fda13b8139
Change-Id: I016fdf9b48110ba5caba93be4bd296c8d28fe79b
1 file changed
tree: 01a9ffa80f14d3c7d2a68e9dbcf7c06f55419cb3
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.