Commit 8697ee19 authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

Add a note to //testing/buildbot/README.md for the swarming idempotent field.

Bug: 954508
Change-Id: Ie26ef9d68247828d2b2a4c9088ae03da856270d9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1778592Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#692162}
parent 0246af94
......@@ -128,6 +128,10 @@ generated JSON file. Commonly used arguments include:
* `can_use_on_swarming_builders`: if set to False, disables running this
test on Swarming on any bot.
* `idempotent`: if set to False, prevents Swarming from returning the same
results of a similar run of the same test. See [task deduplication] for
more info.
* `experiment_percentage`: an integer indicating that the test should be run
as an experiment in the given percentage of builds. Tests running as
experiments will not cause the containing builds to fail. Values should be
......@@ -346,3 +350,5 @@ the data files. Some examples might include:
`dpranke`, `jbudorick` or `kbr` will be glad to review any improvements you make
to the tools. Thanks in advance for contributing!
[task deduplication]: https://chromium.googlesource.com/infra/luci/luci-py/+/HEAD/appengine/swarming/doc/Detailed-Design.md#task-deduplication
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment