[roll] Roll fuchsia [ffx] Add parallel execution flags to ffx test

Adds an experimental flag to ffx test that enables parallel execution of
test suites. Use of this option is barred behind an ffx config flag,
test.enable-experimental-parallel-execution. When a developer attempts to run ffx test run with --experimental-parallel-execution specified without setting test.enable-experimental-parallel-execution=true, ffx test will terminate and display a warning that the option is experimental, along with instructions to enable the experiment. Note that an edit to the RunParams struct in /src/sys/run_test_suite/src/params.rs required minor changes in /src/sys/run_test_suite/src/main.rs and /src/sys/run_test_suite/src/lib.rs.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/698972
Original-Revision: c55f89067bc83792d670ac667b2abb3077ee1125
GitOrigin-RevId: c198df009bc599c1aa8676ce3ad9776d95428e60
Change-Id: I49da90b2325ba30eaf2a1679494ac8cf945a78e1
1 file changed
tree: c08082568a384a329b9b07e252a40d666ed0fa59
  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.