0

Update Cq-Include-Trybots documentation.

* replace the term "master" with "bucket" which appears to be the
  correct term (although this is specifically the v1 bucket syntax,
  which probably doesn't need to be mentioned here)

* use an example that is valid today

* point out that Gerrit can produce the syntax for you

Change-Id: I2f1a8e1bf3a0d57eb99d4fc5c457cd98c60677aa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3334705
Reviewed-by: Nico Weber <thakis@chromium.org>
Commit-Queue: David Baron <dbaron@chromium.org>
Cr-Commit-Position: refs/heads/main@{#951013}
This commit is contained in:
L. David Baron
2021-12-13 14:23:43 +00:00
committed by Chromium LUCI CQ
parent 2131877828
commit 08adb302f9

@ -420,8 +420,11 @@ formats.
* **Cq-Include-Trybots:**
* A comma-separated list of trybots which should be triggered and
checked by the CQ in addition to the normal set.
* Trybots are indicated in `master:builder` format (e.g.
`tryserver.chromium.linux:linux_asan_experimental`).
* Trybots are indicated in `bucket:builder` format (e.g.
`luci.chromium.try:android-asan`).
* The "Choose Tryjobs" UI in the "Checks" tab in Gerrit shows (and has
a button to copy) the Cq-Include-Trybots syntax for the currently
selected tryjobs.
* **No-Presubmit:**
* If present, the value should always be the string `true`.
* Indicates to the CQ that it should not run presubmit checks on the CL.