commit | 97c870e34fba9fbfc52256e037b16e63c6e38dce | [log] [tgz] |
---|---|---|
author | Liviu Rau <liviurau@google.com> | Mon Jun 02 09:37:35 2025 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 02 09:37:35 2025 |
tree | 37eba10d4b55aeee0969343a30a13cefdf9896ff | |
parent | 8dc61c3a325f65800d70c209f9874fbedbd46091 [diff] |
Remove bail option in flake detection phase The option seems to interfere with collecting the last result with rdb (the actual failure) and confuses engineers with a failed task but green only results. Bug: none Change-Id: I4413b965b541decbefa942c56bc277dfc5ea3965 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/6609063 Commit-Queue: Liviu Rau <liviurau@chromium.org> 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.