| commit | 564c6c5f8583efba771b15f6be33e94e4dba7948 | [log] [tgz] |
|---|---|---|
| author | Ismael Castro <iicastro@fuchsia.infra.roller.google.com> | Sat Jul 09 01:19:04 2022 +0000 |
| committer | Copybara-Service <copybara-worker@google.com> | Fri Jul 08 18:20:32 2022 -0700 |
| tree | c08082568a384a329b9b07e252a40d666ed0fa59 | |
| parent | 3f2c30466485b775765471c12ca9792282ec0d52 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.