commit | c330222468550dc5836841b6179b7e7def2e8ce0 | [log] [tgz] |
---|---|---|
author | Liviu Rau <liviurau@google.com> | Tue Jun 04 10:59:59 2024 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 04 10:59:59 2024 |
tree | a08390e4b7f4a4c271c4fb7145a185e1f79f35ae | |
parent | a940242b5afb2f8b9bb96e7e6714c7bb78b7f285 [diff] |
[devtools] Bail on first failure in shuffled runs Preparation step for shuffle reduction. Bug: 343011029 Change-Id: Idce2d25ee279b7d82bdf790f8bb7f1a377582a94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/5596310 Reviewed-by: Alexander Schulze <alexschulze@chromium.org> Commit-Queue: Liviu Rau <liviurau@google.com> Reviewed-by: Michael Achenbach <machenbach@chromium.org>
If you're here to make a change to ‘recipes’ (the code located in the recipes
directory), please take a look at the README for more information pertaining to recipes.
The preferred style is PEP8 with two-space indent. Functions use lowercase_with_underscores
, with the exception of the special functions RunSteps
and RunTests
in recipes. Use yapf (git cl format --no-clang-format
) to autoformat new code.