Commit 7083f3ce authored by sergiyb@chromium.org's avatar sergiyb@chromium.org

Update CQ client lib

R=akuegel@chromium.org

Review URL: https://codereview.chromium.org/1412393002

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@297201 0039d316-1c4b-4281-b951-d872f2087c98
parent ea1b3d5e
......@@ -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"`
......
......@@ -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.
......
......@@ -51,5 +51,11 @@ verifiers {
experiment_percentage: 100
}
}
try_job_retry_config {
try_job_retry_quota: 10
global_retry_quota: 11
failure_retry_weight: 12
transient_failure_retry_weight: 13
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment