Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Unified Diff: third_party/cq_client/cq.proto

Issue 1412393002: Update CQ client lib (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/cq_client/cq.pb.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | third_party/cq_client/cq.pb.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698