commit | c1cede395ee212c7973b67bdfa530aabb3929b6d | [log] [tgz] |
---|---|---|
author | Alexander Schulze <alexschulze@chromium.org> | Tue May 30 09:07:37 2023 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 30 09:07:37 2023 |
tree | 13131c051f14b3e431285820ca004209fd24f597 | |
parent | 3eee6f7bbe5372dc2624b40dd1a24e1324f040ff [diff] |
[v8] Consider a try run for builders with an explicit _try suffix Bug: v8:10462 Change-Id: Ic21882ba6bd7ce1c144b620e7e3ac39b0a8d1c37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/4573588 Auto-Submit: Alexander Schulze <alexschulze@chromium.org> Reviewed-by: Almothana Athamneh <almuthanna@chromium.org> Commit-Queue: Almothana Athamneh <almuthanna@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; that is, the Chromium Python style. 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.