commit | 66ef20a8e6fb07e63b6d6198c3ad8426f043c6e1 | [log] [tgz] |
---|---|---|
author | Takuto Ikuta <tikuta@chromium.org> | Thu Jun 03 09:39:33 2021 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 03 09:39:33 2021 |
tree | ba0f2c97790cb6a0774de5e789ef5bc0a041168e | |
parent | 83f728f4bd3228596ad0b2c951674316e1954b62 [diff] |
chromium_test: enable RBE-CAS for macOS / Windows This switches all macOS/Windows builders using chromium_tests recipe modules. Chromium tasks for macOS / Windows already migrated via chromium/src/infra/config. Bug: 1143122 Change-Id: Ie95b5e8afc47ee31e09d728bb3e132b05054d824 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/2936438 Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Reviewed-by: Junji Watanabe <jwata@google.com> Commit-Queue: Takuto Ikuta <tikuta@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.