[roll] Roll fuchsia [ffx] ffx target list checks RCS in parallel

When using local discovery in `ffx target list` (i.e. with
`ffx.isolated=true`) and _also_ enabling the RCS validation
when running locally (currently off by default, since it can
slow things down) with `ffx.target-list.local-connect=true`,
we are currently doing the RCS checks one-by-one.  This change
speeds up the results by doing all the RCS checks in parallel.

Fixes: 338478534
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1137620
Original-Revision: 4f30874ad796faa5b8f81e8ed17578fa22b6423a
GitOrigin-RevId: 308705215ccbd44b74367fe0a38aa827d309ea5d
Change-Id: Icd1f816416b3a222e020153a3eeda880aadd14ea
1 file changed
tree: a1c9965b1655606f7ff11652522e4f63cb548311
  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.