| 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"`
|
|
|