[roll] Roll fuchsia [fuchsia_async] Address a number of issues running tests

1. Avoid using foreach_concurrent which zxdb doesn't understand.

2. Use a separate executor for each test run: sharing an executor means
   there's a chance one run can interfere with the next because tasks
   from a previous run continue to run.

3. Simplify how tests run in parallel.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1147292
Original-Revision: 39538ee005f0ca2a45943c4c8ec46bfc831c7efe
GitOrigin-RevId: 37594504d119a2422c1f494a9918054c7b530d0b
Change-Id: I7ca9269d7525b1046ba48d5fac5bde5b59f6abe4
1 file changed
tree: 4ee13af002f283cecdd56239f2e3d9e5fb0e2154
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.