Reland "Enable 'use_swarming_recipe_to_trigger' for chromium_clang builders"

This reverts commit c35815d53e88eb024887bd48e5981290dc9681b6.

Reason for revert: "$recipe_engine/isolated" properties are set now, e.g. https://ci.chromium.org/p/chrome/builders/ci/ToTLinuxOfficial/9293 (the test failed for a different reason)

Original change's description:
> Revert "Enable 'use_swarming_recipe_to_trigger' for chromium_clang builders"
>
> This reverts commit 3efa5ebc9b6c059364b2c2e1cfd1261ff854de0d.
>
> Reason for revert:
>
> Missing isolated input property: https://ci.chromium.org/p/chrome/builders/ci/ToTLinuxOfficial/9275
>
> Original change's description:
> > Enable 'use_swarming_recipe_to_trigger' for chromium_clang builders
> >
> > Bug: 894045
> > Change-Id: Id63a36132a59d9a15af80c37afdd31d7d753f967
> > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/2449092
> > Reviewed-by: Takuto Ikuta <tikuta@chromium.org>
> > 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: I50352dc85f4603d90cd395d0eab52874be6f60b7
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Bug: 894045
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/2449672
> Reviewed-by: Ye Kuang <yekuang@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

# Not skipping CQ checks because this is a reland.

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