Remove usage of an old CrOS recipe config var.

m86 (currently the oldest branch we test on) has picked up the needed
DEPS change required for the TODO. So this should be safe now.

This also fixes a small oops that added the same board to two different
gclient vars.

Bug: 937821
Change-Id: Icaf7f8d5dbddb23b5f88bc4860aba78dbe89ba14
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/2626492
Reviewed-by: Garrett Beaty <gbeaty@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
3 files changed
tree: 7941b5f0d78b6fbb986eb3e70aa7930b08ac010a
  1. infra/
  2. recipes/
  3. scripts/
  4. site_config/
  5. third_party/
  6. .gitattributes
  7. .gitignore
  8. .style.yapf
  9. .vpython
  10. .yapfignore
  11. codereview.settings
  12. CROS_OWNERS
  13. DEPS
  14. environment.cfg.py
  15. LICENSE
  16. OWNERS
  17. PRESUBMIT.py
  18. README.md
  19. WATCHLISTS
README.md

Recipes

If you're here to make a change to ‘recipes’ (the code located in scripts/slave/recipes*), please take a look at the README for more information pertaining to recipes.

Style

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.