Refactor ios recipe to share more code with chromium_tests.

This CL is a refactor with minimal intended behavior change.

Most of the logic of SwarmingIosTest.pre_run() is now handled by
_apply_swarming_task_config(). This has one side effect: the collect task now
has the suffix '(with patch)'. I confirmed that this should not affect
functionality of any services [e.g. FindIt] that perform post-processing.

Change-Id: I2b8434e1255c5cf7fcbec626b5fc8e21bf98fde9
Bug: 951182
Recipe-Manual-Change: build_limited_scripts_slave
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/1589270
Commit-Queue: Erik Chen <erikchen@chromium.org>
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Reviewed-by: John Budorick <jbudorick@chromium.org>
31 files changed
tree: bdfa0eeeed881a8a53b34346be3dd6d99d9013e2
  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.