Index: third_party/cq_client/cq.proto |
diff --git a/third_party/cq_client/cq.proto b/third_party/cq_client/cq.proto |
index ab7c861a546015a2ae71741d78cf1105f8d7ae30..a78226911d426150ac8b580cb029e14b0cc228c9 100644 |
--- a/third_party/cq_client/cq.proto |
+++ b/third_party/cq_client/cq.proto |
@@ -140,7 +140,9 @@ message Verifiers { |
} |
message Bucket { |
- // Name of the bucket. This is typically the same as a master name. |
+ // Name of the bucket. This is typically the same as a master name without |
+ // the 'master.' prefix, e.g. 'chromium.linux' or 'tryserver.webrtc'. CQ |
+ // will automatically add 'master.' prefix if not there. |
optional string name = 1; |
// Builders on which tryjobs should be triggered. |