diff options
author | Ben Wagner <benjaminwagner@google.com> | 2016-11-29 17:30:46 -0500 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2016-11-30 15:39:31 +0000 |
commit | aa5fe5ef07a2b3d739a5b650c41697ff301e642f (patch) | |
tree | 53487e621e940cd8c41a7e532a31e54a00bdd4b0 /site | |
parent | 8ceb81af867ad0cf16df4306369b4690427da2a8 (diff) |
Clarify documentation for CQ_INCLUDE_TRYBOTS.
BUG=skia:
DOCS_PREVIEW= https://skia.org/?cl=5330
CQ_INCLUDE_TRYBOTS=skia.primary:Test-Win-MSVC-ShuttleC-GPU-GTX960-x86_64-Debug-ANGLE
Change-Id: I2e9fa401c470951a8676c2357bb409d136b971ad
Reviewed-on: https://skia-review.googlesource.com/5330
Reviewed-by: Ravi Mistry <rmistry@google.com>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'site')
-rw-r--r-- | site/dev/contrib/cqkeywords.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/site/dev/contrib/cqkeywords.md b/site/dev/contrib/cqkeywords.md index 2b36488918..e10dc9bb89 100644 --- a/site/dev/contrib/cqkeywords.md +++ b/site/dev/contrib/cqkeywords.md @@ -30,15 +30,13 @@ The CQ will block till these tryjobs pass just like the default list of tryjobs. This is the format of the values of this keyword: - CQ_INCLUDE_TRYBOTS=master1:bot1,bot2;master2:bot3,bot4 + CQ_INCLUDE_TRYBOTS=bucket1:bot1,bot2;bucket2:bot3,bot4 Here are some real world examples: CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_asan_rel_ng - CQ_INCLUDE_TRYBOTS=master.client.skia:Test-Win-MSVC-ShuttleC-GPU-GTX960-x86_64-Debug-ANGLE-Trybot - -**IMPORTANT**: Make sure each bot name ends in "-Trybot", otherwise your trybots may be treated as non-trybot builds! + CQ_INCLUDE_TRYBOTS=skia.primary:Test-Win-MSVC-ShuttleC-GPU-GTX960-x86_64-Debug-ANGLE TBR --- |