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

Unified Diff: third_party/cq_client/cq.pb.go

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 | « third_party/cq_client/cq.proto ('k') | third_party/cq_client/test/cq_example.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/cq_client/cq.pb.go
diff --git a/third_party/cq_client/cq.pb.go b/third_party/cq_client/cq.pb.go
index ce4bb78f2fc6af37e25705dd76e1dc59551d385b..a0a3d39a40a6f6eb3d68af02c323dc3d8e0de1af 100644
--- a/third_party/cq_client/cq.pb.go
+++ b/third_party/cq_client/cq.pb.go
@@ -389,7 +389,9 @@ func (m *Verifiers_TryJobVerifier_Builder) GetExperimentPercentage() float32 {
}
type Verifiers_TryJobVerifier_Bucket struct {
- // 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.
Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
// Builders on which tryjobs should be triggered.
Builders []*Verifiers_TryJobVerifier_Builder `protobuf:"bytes,2,rep,name=builders" json:"builders,omitempty"`
« no previous file with comments | « third_party/cq_client/cq.proto ('k') | third_party/cq_client/test/cq_example.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698