[roll] Roll fuchsia [fuchsia-controller] Improve signal handling. Parallel commands.

This makes the Rust thread of fuchsia-controller execute commands using
async rather than running them sequentially. In addition, we handle
SIGTERM by immediately exiting the thread, and SIGINT by dropping all
running tasks and yielding to the Python thread.

Original-Original-Bug: 496557679
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1607550
Original-Original-Revision: 6f40a6268480d19112c9c82447e606077951ebbc
GitOrigin-RevId: 93fd848cf07fc6db4aac7ad598acf50b4839de20
Change-Id: Ifa2c66062f70b43af3801b17a7dcd9e471fb3d85
1 file changed
tree: 4f00eb249e7e86b9a174cb976fd326d5b2db6d9b
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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 in one of the communication channels documented at get involved.

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.