From 55688fd0debe64519755edcb047b4c379109f082 Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Wed, 5 Oct 2016 10:47:57 +0200 Subject: [PATCH] Prefix master names for CQ_INCLUDE_TRYBOTS instructions. This was changed a while back so we need to update the instructions. --- contributing/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/index.md b/contributing/index.md index de9f0b9..8f3eff7 100644 --- a/contributing/index.md +++ b/contributing/index.md @@ -198,7 +198,7 @@ To use this feature: description: ~~~~~ bash - CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:bot1,bot2;tryserver.chromium.mac:bot3 + CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:bot1,bot2;master.tryserver.chromium.mac:bot3 ~~~~~ Adjust it to your needs but make sure to follow the format convention: