Revert "Refactor iOS recipe for triggering tasks."

This reverts commit a00a77f0935fe88ed598f34b5f8071927219b119.

Reason for revert: sharded tasks have the wrong builder name & silently don't get run.

Original change's description:
> Refactor iOS recipe for triggering tasks.
> 
> This CL is a refactor with no intended behavior change. It moves all the
> early-exit logic to the beginning of configure_and_trigger_task().
> 
> Bug: 951182
> Change-Id: If268651f9dc1ec3c6d714b02d7bef9b698fdf14f
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/1570545
> Commit-Queue: Erik Chen <erikchen@chromium.org>
> Reviewed-by: John Budorick <jbudorick@chromium.org>

TBR=erikchen@chromium.org,jbudorick@chromium.org

Change-Id: Iff726378622dfb24518c6d5cd6aedff365907bfe
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 951182
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/1575158
Reviewed-by: John Budorick <jbudorick@chromium.org>
Commit-Queue: John Budorick <jbudorick@chromium.org>
2 files changed
tree: 2caf32dcd1bbc17ca01da94c32c7dc70ec8de91d
  1. infra/
  2. masters/
  3. scripts/
  4. site_config/
  5. slave/
  6. tests/
  7. third_party/
  8. .gitattributes
  9. .gitignore
  10. .vpython
  11. codereview.settings
  12. DEPS
  13. environment.cfg.py
  14. LICENSE
  15. OWNERS
  16. PRESUBMIT.py
  17. README.md
  18. WATCHLISTS
README.md

build

Hi build contributor! If you do any change in scripts/master/ or touching any master's html/ directories, you must restart master.chromium.fyi first and ensure that it still works before restarting other masters.

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.