From: Ben Wagner Date: Tue, 29 Nov 2016 22:30:46 +0000 (-0500) Subject: Clarify documentation for CQ_INCLUDE_TRYBOTS. X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~55^2~1450 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa5fe5ef07a2b3d739a5b650c41697ff301e642f;p=platform%2Fupstream%2FlibSkiaSharp.git 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 Commit-Queue: Ben Wagner --- diff --git a/site/dev/contrib/cqkeywords.md b/site/dev/contrib/cqkeywords.md index 2b36488..e10dc9b 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 ---