[roll] Roll infra/recipes [testing_requests] Create requests in parallel

Creating a swarming task request for each shard can be pretty slow due
to uploading dependencies to CAS, which can take up to 2 minutes for
host shards containing tasks that depend on Fuchsia images. Run the task
creation in parallel to speed it up.

Time to create all the task requests for core.x64-asan goes from 5m30s
to 2m56s, a speedup of 2.5 minutes on the long pole builder in CQ!

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/684542
Original-Revision: 3d47eb4434c362c0e5edf52a044d77893ddad824
GitOrigin-RevId: 733933ca1a9b9245aa33acf132f88f6248293abf
Change-Id: I3ba4106fb1ca2ae01f99f07d1a49b893b40d8035
1 file changed
tree: efd92de26e7b3c347e3c122e221acb0f9e7dac07
  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.