[chromium_tests] Rename rbe_cas experiment to a non-reserved name.

Experiments with the 'luci.' prefix are documented (but not yet
enforced) as being reserved by buildbucket and which affect buildbucket
or other LUCI services at the service/API level.

Since this experiment only affects the chromium_tests module, I feel
that renaming this experiment to be scoped as such will be clearer,
and will let us enable enforcement for the 'luci.' prefix reservation
on the Buildbucket side.

R=gbeaty, tikuta

Bug: 1093970,1143122
Change-Id: I22dd9d82cd2f714cf47e8cc94e8e4e603fa946e0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/2807952
Reviewed-by: Garrett Beaty <gbeaty@chromium.org>
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
Auto-Submit: Robbie Iannucci <iannucci@chromium.org>
1 file changed
tree: 93b353234b4495d7f3bc0c5ff0fb9462afc2450e
  1. infra/
  2. recipes/
  3. scripts/
  4. site_config/
  5. .gitattributes
  6. .gitignore
  7. .style.yapf
  8. .vpython
  9. .yapfignore
  10. codereview.settings
  11. CROS_OWNERS
  12. DEPS
  13. environment.cfg.py
  14. LICENSE
  15. OWNERS
  16. PRESUBMIT.py
  17. README.md
  18. 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.