commit | 35f0293ffcd75152a657743126dc775122d52dc7 | [log] [tgz] |
---|---|---|
author | Kuan Huang <kuanhuang@chromium.org> | Fri Oct 25 19:42:35 2024 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 25 19:42:35 2024 |
tree | d8b067f43e10af4d2d79f40ac932e1e48ae52af8 | |
parent | 7efcbd4dcf4df6cea072dd61195c4dd819af5556 [diff] |
Disable bisect_archive_build for linux-builder-perf. This builder is now archiving bisect binaries with archive config in testing/buildbot/archive/linux-builder-perf.json. This is to standardize the archive step with archive config to ensure archiving full builds for bisecting. Bug: 40928081 Change-Id: Id1cc45926064b074b70e0447e3650c6a1a5b7f54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/5962420 Reviewed-by: Ben Pastene <bpastene@chromium.org> Commit-Queue: Kuan Huang <kuanhuang@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.