utr: add the --no-rbe and --no-siso flag support

These flags have been in the cli for a while now but unsupported. This
will force the run to disable the corresponding flag

Cq-Include-Trybots: luci.chromium.try:linux-utr-tester
Bug: 41492686
Change-Id: I19ff460f602da32ed3d62e86827e229f88c16451
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/5544596
Reviewed-by: Ben Pastene <bpastene@chromium.org>
Commit-Queue: Struan Shrimpton <sshrimp@google.com>
5 files changed
tree: 7d22e41e5ed4e2aa2237753c4852e848d4f0db9b
  1. hook-scripts/
  2. infra/
  3. recipes/
  4. scripts/
  5. .gitattributes
  6. .gitignore
  7. .style.yapf
  8. .vpython3
  9. .yapfignore
  10. codereview.settings
  11. DEPS
  12. LICENSE
  13. OWNERS
  14. PRESUBMIT.py
  15. PRESUBMIT_test.py
  16. README.md
  17. WATCHLISTS
README.md

Recipes

If you're here to make a change to ‘recipes’ (the code located in the recipes directory), please take a look at the README for more information pertaining to recipes.

Style

The preferred style is PEP8 with two-space indent. 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.