0

Link to bot selection criteria from run-swarmed.py docs

Change-Id: Ice2e0f94bc20178ad918938a61c4db83754f566e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3691637
Commit-Queue: Robert Sesek <rsesek@chromium.org>
Reviewed-by: Robert Sesek <rsesek@chromium.org>
Auto-Submit: Joe Mason <joenotcharles@google.com>
Cr-Commit-Position: refs/heads/main@{#1011110}
This commit is contained in:
Joe Mason
2022-06-06 19:48:26 +00:00
committed by Chromium LUCI CQ
parent e672f02cf5
commit c98d4a61fd

@ -70,6 +70,11 @@ $ tools/run-swarmed.py $outdir $target [-- --gtest_filter=...]
```
See the `--help` option of `run-swarmed.py` for more details about that script.
Many flags are converted into dimensions to pass to `mb.py`; see
[Bot selection criteria](#bot-selection-criteria) for possible values. (Most
dimensions have the same name as the flag, but `--swarming-os` is just the `os`
dimension.)
Note you might need `--swarming-os Ubuntu-14.04` if you get an error like,
`UnboundLocalError: local variable 'dbus_pid' referenced before assignment`.