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>
1 file changed
tree: d8b067f43e10af4d2d79f40ac932e1e48ae52af8
  1. hook-scripts/
  2. infra/
  3. recipes/
  4. scripts/
  5. .gitattributes
  6. .gitignore
  7. .style.yapf
  8. .vpython3
  9. .yapfignore
  10. codereview.settings
  11. DEPS
  12. LICENSE
  13. OWNERS
  14. PRESUBMIT.py
  15. PRESUBMIT_test.py
  16. README.md
README.md

Recipes

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.

Style

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.