diff options
author | Brian Salomon <bsalomon@google.com> | 2016-10-14 10:03:36 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2016-10-14 14:23:39 +0000 |
commit | 30d99c66f5ed817fc601809ce619e55ec91b36f9 (patch) | |
tree | 31f151d20daeeaa10297731e233e573a5d68bb0c /site/dev | |
parent | fe9172705791848ebfe5b5630973b7e67305f64c (diff) |
Update CQ_INCLUDE_TRYBOTS examples in docs to actually be "real world"
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=3409
NOTRY=true
DOCS_PREVIEW= https://skia.org/?cl=3409
Change-Id: I5f524b2d04822dd9780302fae9bd064d81f10c6c
Reviewed-on: https://skia-review.googlesource.com/3409
Reviewed-by: Ravi Mistry <rmistry@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'site/dev')
-rw-r--r-- | site/dev/contrib/cqkeywords.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/dev/contrib/cqkeywords.md b/site/dev/contrib/cqkeywords.md index c908551cb4..e13d30fa68 100644 --- a/site/dev/contrib/cqkeywords.md +++ b/site/dev/contrib/cqkeywords.md @@ -34,9 +34,9 @@ This is the format of the values of this keyword: Here are some real world examples: - CQ_INCLUDE_TRYBOTS=tryserver.chromium:linux_layout_rel + CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_asan_rel_ng - CQ_INCLUDE_TRYBOTS=tryserver.skia:Build-Mac10.9-Clang-x86_64-Debug + CQ_INCLUDE_TRYBOTS=master.client.skia:Test-Win-MSVC-ShuttleC-GPU-GTX960-x86_64-Debug-ANGLE-Trybot TBR --- |