Reland "Enable 'use_swarming_recipe_to_trigger' for  'linux-chromeos-rel'"

This reverts commit 8353cbe50028a16bb8e1f6018a9e497885fa3755.

Reason for revert:

isolated properties are specified in M86 builders as well, see for an example: https://luci-milo.appspot.com/p/chromium-m86/builders/ci/linux-chromeos-rel/325? This means https://crbug.com/1126307#c11 is no longer a problem.

Original change's description:
> Revert "Enable 'use_swarming_recipe_to_trigger' for  'linux-chromeos-rel'"
>
> This reverts commit 8097e5541666d73e54362476cc1fb9fccd084186.
>
> Reason for revert:
> https://crbug.com/1126307#c11
>
> Original change's description:
> > Enable 'use_swarming_recipe_to_trigger' for  'linux-chromeos-rel'
> >
> > This has been enabled for all the staging builders, and they worked fine. Now I'd like to gradually flip the prod builders.
> >
> > Bug: 894045
> > Change-Id: I66e0b42f31982220e84cc4a4784fa196a606bd15
> > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/2397100
> > Reviewed-by: Takuto Ikuta <tikuta@chromium.org>
> > Reviewed-by: Ben Pastene <bpastene@chromium.org>
> > Commit-Queue: Ye Kuang <yekuang@google.com>
>
> TBR=tikuta@chromium.org,bpastene@chromium.org,gbeaty@chromium.org,yekuang@google.com,infra-scoped@luci-project-accounts.iam.gserviceaccount.com
>
> Change-Id: I018066b0a03150b729e73854bb93e31d3da2c316
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Bug: 894045, 1126307
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/2400586
> Reviewed-by: Takuto Ikuta <tikuta@chromium.org>
> Commit-Queue: Takuto Ikuta <tikuta@chromium.org>

TBR=tikuta@chromium.org,bpastene@chromium.org,gbeaty@chromium.org,yekuang@google.com,infra-scoped@luci-project-accounts.iam.gserviceaccount.com

# Not skipping CQ checks because original CL landed > 1 day ago.

Bug: 894045, 1126307, 1126783
Change-Id: I905a14c002c70e800747e749292713e32916e1f9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/2413627
Reviewed-by: Takuto Ikuta <tikuta@chromium.org>
Commit-Queue: Ye Kuang <yekuang@google.com>
1 file changed
tree: 7b8289559156229811682677b4e5cd0ec4cb4b19
  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.