Remove allow_subannotations from swarmed gtest collect step.

There don't seem to be any relevant ones:

https://source.chromium.org/search?q=@@@%5B%5E@%5D%2B@@@%20-filepath:native_client%20-filepath:third_party%20-filepath:.*%5C.h%20-filepath:.*%5C.js%20%20-filepath:.*%5C.java%20-filepath:.*%5C.cc%20-STEP_WARNING%20-STEP_FAILURE&sq=&ss=chromium%2Fchromium%2Fsrc&originalUrl=https:%2F%2Fcs.chromium.org%2F

R=martiniss@chromium.org, yiwzhang@google.com

Bug: 1015181
Recipe-Nontrivial-Roll: build_limited_scripts_slave
Recipe-Nontrivial-Roll: release_scripts
Change-Id: I404a2609657875a53e854c2d7285373ae8e125f1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/2195193
Reviewed-by: Aaron Gable <agable@chromium.org>
Reviewed-by: Yiwei Zhang <yiwzhang@google.com>
Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
41 files changed
tree: 284c52b078bd482dc9501a7449a175ac6c54f661
  1. infra/
  2. scripts/
  3. site_config/
  4. third_party/
  5. .gitattributes
  6. .gitignore
  7. .style.yapf
  8. .vpython
  9. .yapfignore
  10. codereview.settings
  11. CROS_OWNERS
  12. DEPS
  13. environment.cfg.py
  14. LICENSE
  15. OWNERS
  16. PRESUBMIT.py
  17. README.md
  18. 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) to autoformat new code.