Revert "Enable 'use_swarming_recipe_to_trigger' on more builders in chromium_chromiumos"

This reverts commit 7b74c935d97736f6f2e253d6501a14a363ef2d9f.

Reason for revert: 
https://ci.chromium.org/p/chromium/builders/try/chromeos-amd64-generic-rel/652460

Original change's description:
> Enable 'use_swarming_recipe_to_trigger' on more builders in chromium_chromiumos
> 
> This includes the following builders:
> 
> linux-chromeos-dbg
> linux-lacros-builder-rel
> linux-lacros-rel
> chromeos-amd64-generic-dbg
> chromeos-amd64-generic-rel
> chromeos-arm-generic-dbg
> chromeos-arm-generic-rel
> 
> Bug: 894045
> Change-Id: I3af164a3485430dd06f8e03b1eb09506aa31226d
> Led-Recipes-Tester-Builder: luci.chromium.try:linux-lacros-rel
> Led-Recipes-Tester-Builder: luci.chromium.try:chromeos-amd64-generic-rel
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/2423753
> Reviewed-by: Takuto Ikuta <tikuta@chromium.org>
> Reviewed-by: Junji Watanabe <jwata@google.com>
> Commit-Queue: Ye Kuang <yekuang@google.com>

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

Change-Id: I89c1aa1fa5ea466930dde3b6153debd47a1be1b4
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 894045
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/2425924
Reviewed-by: Takuto Ikuta <tikuta@chromium.org>
Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
1 file changed
tree: 6659286b872e512d9ec68c45128925200b4f713f
  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.