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

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

Issue 1697053003: Roll cq_client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 4 years, 10 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/cq_pb2.py » ('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 1f48f1f9a3f939de2f59fc25e4f05209a1d6dd26..386053ca17d4423a754aafe9e4f00fee33e25f3b 100644
--- a/third_party/cq_client/cq.pb.go
+++ b/third_party/cq_client/cq.pb.go
@@ -230,9 +230,12 @@ func (m *Rietveld) GetProjectBases() []string {
// see it. This will come handy to enable and customize the CQ-related workflows
// for your project.
type Gerrit struct {
- // If set, tells CQ to set score on a given label to mark result of CQ run.
- // Typically, this is Commit-Queue-Verified label.
- // If not set, CQ will just try to hit submit button.
+ // Optional. If set, tells CQ vote on a given label to mark result of CQ run.
+ // The vote is either -1 if failed or 1 on success, and will be given on
+ // non-dry runs only.
+ // This vote can then be used in Gerrit's rule for submitting issues, so as to
+ // require CQ run. CQ will attempt to submit issue only after setting this
+ // label.
CqVerifiedLabel *string `protobuf:"bytes,1,opt,name=cq_verified_label" json:"cq_verified_label,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
@@ -306,12 +309,9 @@ func (m *Verifiers) GetSignCla() *Verifiers_SignCLAVerifier {
}
type Verifiers_ReviewerLgtmVerifier struct {
- // Required. Name of the chrome-infra-auth group, which contains the
- // list of identities authorized to approve (lgtm) a CL. This list is also
- // known as a committer list and often corresponds to the list of accounts
- // that have direct commit/push access to the repository. Some older lists
- // are still stored in the CQ source code, but are being moved to the new
- // location (https://crbug.com/511311).
+ // Required. Name of the chrome-infra-auth group, which contains the list of
+ // identities authorized to approve (lgtm) a CL and trigger CQ run or dry
+ // run.
CommitterList *string `protobuf:"bytes,1,opt,name=committer_list" json:"committer_list,omitempty"`
// Number of seconds to wait for LGTM on CQ. Default value is 0.
MaxWaitSecs *int32 `protobuf:"varint,2,opt,name=max_wait_secs" json:"max_wait_secs,omitempty"`
@@ -321,7 +321,11 @@ type Verifiers_ReviewerLgtmVerifier struct {
// "non-committer,\n_not_ a full super star committer.\nSee "
// "http://www.chromium.org/getting-involved/become-a-committer\nNote that "
// "this has nothing to do with OWNERS files."
- NoLgtmMsg *string `protobuf:"bytes,3,opt,name=no_lgtm_msg" json:"no_lgtm_msg,omitempty"`
+ NoLgtmMsg *string `protobuf:"bytes,3,opt,name=no_lgtm_msg" json:"no_lgtm_msg,omitempty"`
+ // Optional, but recommended. Name of the chrome-infra-auth group,
+ // which contains the list of identities authorized to trigger CQ dry run.
+ // This is usually the same group as tryjob-access.
+ DryRunAccessList *string `protobuf:"bytes,4,opt,name=dry_run_access_list" json:"dry_run_access_list,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
@@ -353,6 +357,13 @@ func (m *Verifiers_ReviewerLgtmVerifier) GetNoLgtmMsg() string {
return ""
}
+func (m *Verifiers_ReviewerLgtmVerifier) GetDryRunAccessList() string {
+ if m != nil && m.DryRunAccessList != nil {
+ return *m.DryRunAccessList
+ }
+ return ""
+}
+
type Verifiers_TreeStatusLgtmVerifier struct {
// Required. URL of the project tree status app.
TreeStatusUrl *string `protobuf:"bytes,1,opt,name=tree_status_url" json:"tree_status_url,omitempty"`
@@ -559,48 +570,48 @@ func init() {
}
var fileDescriptor0 = []byte{
- // 674 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x74, 0x54, 0x4d, 0x4f, 0xdb, 0x40,
- 0x10, 0x55, 0x08, 0x49, 0x9c, 0x31, 0x90, 0x62, 0x02, 0x18, 0xd3, 0x0f, 0xa0, 0x52, 0x55, 0xb5,
- 0x95, 0x25, 0x52, 0xa9, 0xf7, 0xc2, 0xa1, 0x6a, 0xcb, 0x09, 0xaa, 0x1e, 0x7a, 0x59, 0xad, 0xed,
- 0x89, 0x59, 0xea, 0x0f, 0x58, 0xaf, 0x03, 0xf9, 0x57, 0xfd, 0x35, 0x3d, 0xf5, 0xd6, 0x3f, 0xd2,
- 0xd9, 0xb5, 0x13, 0xe2, 0x14, 0x4e, 0x89, 0xe7, 0xbd, 0x19, 0xbf, 0x99, 0x79, 0x63, 0xb0, 0xc2,
- 0x1b, 0xff, 0x5a, 0xe6, 0x2a, 0x3f, 0xfa, 0xbb, 0x02, 0xdd, 0xd3, 0x3c, 0x1b, 0x8b, 0xd8, 0x19,
- 0x40, 0x6f, 0x82, 0xb2, 0x10, 0x79, 0xe6, 0xb6, 0x0e, 0x5a, 0xaf, 0x3b, 0x3a, 0x10, 0xde, 0xb0,
- 0x8c, 0xa7, 0xe8, 0xae, 0x50, 0xa0, 0xef, 0x3c, 0x83, 0x3e, 0x31, 0xc4, 0x58, 0x10, 0xcd, 0x6d,
- 0x53, 0xc8, 0x1e, 0x81, 0xff, 0x7d, 0x16, 0x71, 0xb6, 0x61, 0x9d, 0xf8, 0x85, 0xe2, 0xaa, 0x2c,
- 0x58, 0x29, 0x13, 0x77, 0xd5, 0x64, 0x1d, 0xc2, 0xde, 0xa5, 0x88, 0x90, 0x49, 0x1c, 0x33, 0x91,
- 0xb1, 0x30, 0x4f, 0x53, 0xa1, 0x14, 0x46, 0x2c, 0x2d, 0x62, 0xb7, 0x43, 0x14, 0xcb, 0xf1, 0xc0,
- 0xa9, 0xc2, 0x2c, 0x28, 0x65, 0xa1, 0x58, 0x84, 0x09, 0x9f, 0xba, 0x5d, 0xa3, 0xc2, 0x85, 0x27,
- 0x29, 0xbf, 0x63, 0x8b, 0xb8, 0xdb, 0x33, 0x08, 0xbd, 0x8f, 0xea, 0x51, 0x1f, 0x51, 0x19, 0x2a,
- 0x2d, 0xdb, 0x32, 0xc5, 0xf6, 0xc1, 0x92, 0x02, 0xd5, 0x04, 0x93, 0xc8, 0xed, 0x1b, 0x91, 0x7d,
- 0xff, 0xbc, 0x0e, 0x38, 0xbb, 0xd0, 0x8d, 0x51, 0x4a, 0xa1, 0xdc, 0x81, 0x81, 0x7a, 0xfe, 0x27,
- 0xf3, 0xe8, 0x0c, 0x61, 0x2d, 0xa6, 0xfa, 0x12, 0xaf, 0x73, 0xa3, 0x1d, 0x8c, 0x76, 0x07, 0x40,
- 0x71, 0x19, 0xa3, 0x06, 0xc6, 0xae, 0x6d, 0x62, 0xc4, 0x2c, 0x26, 0xd9, 0x3d, 0x73, 0xcd, 0x44,
- 0xf7, 0x61, 0x2b, 0x92, 0x5c, 0x64, 0x22, 0x8b, 0xf5, 0x08, 0xa4, 0x62, 0x4a, 0xd0, 0xe0, 0xd6,
- 0x35, 0x78, 0xe4, 0x83, 0x35, 0x57, 0x60, 0x43, 0x5b, 0x67, 0xb5, 0x4c, 0x16, 0xb5, 0x40, 0xfa,
- 0xaf, 0x30, 0xa4, 0xce, 0x78, 0x81, 0x05, 0x0d, 0xba, 0x4d, 0xfc, 0x97, 0xd0, 0xad, 0x65, 0xed,
- 0xc1, 0x26, 0xcd, 0xb4, 0x9e, 0x7a, 0xc4, 0x12, 0x1e, 0x60, 0x9d, 0x7b, 0xf4, 0xbb, 0x0b, 0xfd,
- 0xfb, 0xe1, 0x7f, 0x80, 0x75, 0x89, 0x13, 0x81, 0xb7, 0x28, 0x59, 0x12, 0xab, 0xd4, 0x90, 0xec,
- 0xd1, 0x8b, 0xfb, 0xfd, 0xf8, 0xe7, 0x35, 0x7e, 0x46, 0xf0, 0x2c, 0x4a, 0x79, 0xb6, 0x92, 0x88,
- 0xf5, 0xda, 0xcc, 0xa2, 0xed, 0xd1, 0xe1, 0x42, 0xd6, 0x37, 0x42, 0x2f, 0x0c, 0xd8, 0xc8, 0x7b,
- 0x03, 0x3d, 0x25, 0xa7, 0xec, 0x2a, 0x0f, 0x6a, 0x27, 0xec, 0x35, 0x72, 0xa6, 0x5f, 0xf2, 0x60,
- 0xce, 0x7d, 0x07, 0x56, 0x21, 0x62, 0x5a, 0x7d, 0xc2, 0x8d, 0x27, 0xec, 0x91, 0xb7, 0x40, 0xbe,
- 0x20, 0xe8, 0xf4, 0xec, 0xe3, 0x2c, 0xe0, 0xfd, 0x80, 0xe1, 0x83, 0x4a, 0x77, 0x60, 0x63, 0xe6,
- 0x1d, 0x6a, 0x51, 0x90, 0x0d, 0xe6, 0x33, 0xd4, 0x06, 0xb9, 0xe5, 0xb4, 0xbe, 0x02, 0xc3, 0xaa,
- 0x87, 0x8e, 0xb3, 0x05, 0x76, 0x96, 0x9b, 0x51, 0x18, 0xa3, 0x69, 0x91, 0x7d, 0xef, 0x18, 0x76,
- 0x1e, 0xe9, 0x67, 0x17, 0x06, 0x0b, 0x73, 0x60, 0xf3, 0x15, 0x79, 0x7f, 0xda, 0xb0, 0xb1, 0xd4,
- 0xcf, 0x31, 0xf4, 0x82, 0x32, 0xfc, 0x89, 0xaa, 0x20, 0x4e, 0x9b, 0xda, 0x39, 0x78, 0xb4, 0x77,
- 0xff, 0xc4, 0x10, 0x9d, 0xcf, 0x30, 0xac, 0xc7, 0x45, 0xc6, 0xd1, 0xff, 0x42, 0x73, 0x74, 0xf5,
- 0xbc, 0xdf, 0x3e, 0x9e, 0x5f, 0x3d, 0x9e, 0xeb, 0x9c, 0xea, 0x4e, 0xbd, 0x33, 0xe8, 0x9d, 0x94,
- 0x22, 0x89, 0x48, 0xc8, 0x1a, 0xac, 0x9a, 0xf3, 0x6c, 0xcd, 0x8c, 0xa9, 0xa4, 0x88, 0xc9, 0xdf,
- 0xe4, 0x94, 0x60, 0x3a, 0x3f, 0xda, 0x6d, 0xbc, 0xbb, 0xa6, 0x72, 0x29, 0x66, 0x8a, 0xd1, 0x9f,
- 0x90, 0x7e, 0x79, 0x8c, 0x66, 0x13, 0x2b, 0xde, 0x57, 0xe8, 0xd6, 0x12, 0x9b, 0xc5, 0xde, 0x83,
- 0x15, 0x54, 0x6f, 0xa9, 0x4c, 0xb9, 0x6c, 0x8a, 0xa5, 0x26, 0x0d, 0xd3, 0xfb, 0xd5, 0x82, 0xcd,
- 0xff, 0x04, 0xeb, 0xd3, 0x68, 0xf6, 0x7e, 0x53, 0xe6, 0x8a, 0xd7, 0x1f, 0x19, 0x3a, 0xfd, 0x38,
- 0xc9, 0x03, 0x9e, 0x34, 0xb0, 0x6a, 0x85, 0x4f, 0x61, 0x38, 0xe6, 0x22, 0x29, 0x25, 0xd6, 0xe0,
- 0x2d, 0x8a, 0xf8, 0x52, 0x99, 0x5d, 0x76, 0x9c, 0x57, 0xf0, 0x5c, 0x49, 0x9e, 0x15, 0x42, 0xf7,
- 0xf5, 0x20, 0x6f, 0x75, 0x56, 0x45, 0x9f, 0x62, 0x5e, 0xaa, 0x26, 0xaa, 0x3f, 0x3d, 0x1d, 0x6f,
- 0x13, 0x06, 0x4b, 0x06, 0xfc, 0x17, 0x00, 0x00, 0xff, 0xff, 0x0c, 0x91, 0xda, 0xff, 0x1e, 0x05,
- 0x00, 0x00,
+ // 687 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x74, 0x54, 0xdd, 0x4e, 0xdb, 0x4c,
+ 0x10, 0x55, 0x08, 0x49, 0x9c, 0x31, 0x90, 0x0f, 0x13, 0xc0, 0x98, 0xaf, 0x2d, 0x50, 0xa9, 0xaa,
+ 0xda, 0xca, 0x12, 0xa9, 0xd4, 0xfb, 0xc2, 0x45, 0xd5, 0x96, 0x2b, 0xa8, 0x7a, 0xbb, 0x5a, 0xdb,
+ 0x13, 0xb3, 0xd4, 0x3f, 0xb0, 0xbb, 0x4e, 0xc8, 0x5b, 0xf5, 0x81, 0x7a, 0xd7, 0x47, 0xe8, 0x0b,
+ 0x74, 0xbc, 0x76, 0x7e, 0x4b, 0xae, 0x6c, 0xcf, 0x39, 0x33, 0x9e, 0x39, 0x73, 0x76, 0xc1, 0x0a,
+ 0x1f, 0xfc, 0x7b, 0x99, 0xeb, 0xfc, 0xec, 0xf7, 0x06, 0xb4, 0x2f, 0xf3, 0x6c, 0x28, 0x62, 0xa7,
+ 0x07, 0x9d, 0x11, 0x4a, 0x25, 0xf2, 0xcc, 0x6d, 0x9c, 0x34, 0x5e, 0xb7, 0xca, 0x40, 0xf8, 0xc0,
+ 0x32, 0x9e, 0xa2, 0xbb, 0x41, 0x81, 0xae, 0xf3, 0x0c, 0xba, 0xc4, 0x10, 0x43, 0x41, 0x34, 0xb7,
+ 0x49, 0x21, 0x7b, 0x00, 0xfe, 0xf7, 0x69, 0xc4, 0xd9, 0x87, 0x6d, 0xe2, 0x2b, 0xcd, 0x75, 0xa1,
+ 0x58, 0x21, 0x13, 0x77, 0xd3, 0x64, 0x9d, 0xc2, 0xd1, 0xad, 0x88, 0x90, 0x49, 0x1c, 0x32, 0x91,
+ 0xb1, 0x30, 0x4f, 0x53, 0xa1, 0x35, 0x46, 0x2c, 0x55, 0xb1, 0xdb, 0x22, 0x8a, 0xe5, 0x78, 0xe0,
+ 0x54, 0x61, 0x16, 0x14, 0x52, 0x69, 0x16, 0x61, 0xc2, 0x27, 0x6e, 0xdb, 0x74, 0xe1, 0xc2, 0x7f,
+ 0x29, 0x7f, 0x64, 0x8b, 0xb8, 0xdb, 0x31, 0x08, 0xfd, 0x8f, 0xea, 0xd1, 0x1c, 0x51, 0x11, 0xea,
+ 0xb2, 0x6d, 0xcb, 0x14, 0x3b, 0x06, 0x4b, 0x0a, 0xd4, 0x23, 0x4c, 0x22, 0xb7, 0x6b, 0x9a, 0xec,
+ 0xfa, 0xd7, 0x75, 0xc0, 0x39, 0x84, 0x76, 0x8c, 0x52, 0x0a, 0xed, 0xf6, 0x0c, 0xd4, 0xf1, 0x3f,
+ 0x99, 0x4f, 0xa7, 0x0f, 0x5b, 0x31, 0xd5, 0x97, 0x78, 0x9f, 0x9b, 0xde, 0xc1, 0xf4, 0xee, 0x00,
+ 0x68, 0x2e, 0x63, 0x2c, 0x81, 0xa1, 0x6b, 0x9b, 0x18, 0x31, 0xd5, 0x28, 0x9b, 0x33, 0xb7, 0x4c,
+ 0xf4, 0x18, 0xf6, 0x22, 0xc9, 0x45, 0x26, 0xb2, 0xb8, 0x94, 0x40, 0x6a, 0xa6, 0x05, 0x09, 0xb7,
+ 0x5d, 0x82, 0x67, 0x3e, 0x58, 0xb3, 0x0e, 0x6c, 0x68, 0x96, 0x59, 0x0d, 0x93, 0x45, 0x23, 0x50,
+ 0xff, 0x77, 0x18, 0xd2, 0x64, 0x5c, 0xa1, 0x22, 0xa1, 0x9b, 0xc4, 0x7f, 0x09, 0xed, 0xba, 0xad,
+ 0x23, 0xd8, 0x25, 0x4d, 0x6b, 0xd5, 0x23, 0x96, 0xf0, 0x00, 0xeb, 0xdc, 0xb3, 0x3f, 0x6d, 0xe8,
+ 0xce, 0xc5, 0xff, 0x00, 0xdb, 0x12, 0x47, 0x02, 0xc7, 0x28, 0x59, 0x12, 0xeb, 0xd4, 0x90, 0xec,
+ 0xc1, 0x8b, 0xf9, 0x7e, 0xfc, 0xeb, 0x1a, 0xbf, 0x22, 0x78, 0x1a, 0xa5, 0x3c, 0x5b, 0x4b, 0xc4,
+ 0x7a, 0x6d, 0x66, 0xd1, 0xf6, 0xe0, 0x74, 0x21, 0xeb, 0x1b, 0xa1, 0x37, 0x06, 0x5c, 0xca, 0x7b,
+ 0x03, 0x1d, 0x2d, 0x27, 0xec, 0x2e, 0x0f, 0x6a, 0x27, 0x1c, 0x2d, 0xe5, 0x4c, 0xbe, 0xe4, 0xc1,
+ 0x8c, 0xfb, 0x0e, 0x2c, 0x25, 0x62, 0x5a, 0x7d, 0xc2, 0x8d, 0x27, 0xec, 0x81, 0xb7, 0x40, 0xbe,
+ 0x21, 0xe8, 0xf2, 0xea, 0xe3, 0x34, 0xe0, 0x8d, 0xa1, 0xff, 0x64, 0xa7, 0x07, 0xb0, 0x33, 0xf5,
+ 0x0e, 0x8d, 0x28, 0xc8, 0x06, 0x33, 0x0d, 0x4b, 0x83, 0x8c, 0x39, 0xad, 0x4f, 0x61, 0x58, 0xcd,
+ 0xd0, 0x72, 0xf6, 0xc0, 0xce, 0x72, 0x23, 0x85, 0x31, 0x5a, 0x73, 0xbe, 0xa5, 0x09, 0x93, 0x45,
+ 0xc6, 0x78, 0x18, 0xa2, 0x52, 0x55, 0x21, 0x63, 0x54, 0xef, 0x1c, 0x0e, 0xd6, 0x0c, 0x7b, 0x08,
+ 0xbd, 0x05, 0x91, 0xd8, 0x6c, 0x7f, 0xde, 0xaf, 0x26, 0xec, 0xac, 0x0c, 0x7b, 0x0e, 0x9d, 0xa0,
+ 0x08, 0x7f, 0xa0, 0x56, 0xc4, 0x69, 0xd2, 0xac, 0x27, 0x6b, 0x85, 0xf1, 0x2f, 0x0c, 0xd1, 0xf9,
+ 0x0c, 0xfd, 0x5a, 0x4b, 0x72, 0x55, 0xf9, 0x16, 0x9a, 0x13, 0x59, 0x2f, 0xe3, 0xed, 0xfa, 0xfc,
+ 0xea, 0xf3, 0xba, 0xcc, 0xa9, 0x0e, 0xb1, 0x77, 0x05, 0x9d, 0x8b, 0x42, 0x24, 0x11, 0x35, 0xb2,
+ 0x05, 0x9b, 0xe6, 0xec, 0x36, 0xa6, 0xae, 0xd5, 0x52, 0xc4, 0x64, 0x7e, 0xb2, 0x51, 0x30, 0x99,
+ 0x9d, 0xe8, 0x7d, 0x7c, 0xbc, 0xa7, 0x72, 0x29, 0x66, 0x9a, 0xd1, 0x4b, 0x48, 0x4f, 0x1e, 0xa3,
+ 0x51, 0x64, 0xc3, 0xfb, 0x0a, 0xed, 0xba, 0xc5, 0xe5, 0x62, 0xef, 0xc1, 0x0a, 0xaa, 0xbf, 0x54,
+ 0x8e, 0x5d, 0x75, 0xcc, 0xca, 0x90, 0x86, 0xe9, 0xfd, 0x6c, 0xc0, 0xee, 0x3f, 0x0d, 0x97, 0x1b,
+ 0x59, 0x9e, 0xfd, 0xa1, 0xc8, 0x35, 0xaf, 0x6f, 0x20, 0xba, 0x17, 0xe2, 0x24, 0x0f, 0x78, 0xb2,
+ 0x84, 0x55, 0xfb, 0xfd, 0x1f, 0xfa, 0x43, 0x2e, 0x92, 0x42, 0x62, 0x0d, 0x8e, 0x51, 0xc4, 0xb7,
+ 0xda, 0x2c, 0xba, 0xe5, 0xbc, 0x82, 0xe7, 0x5a, 0xf2, 0x4c, 0x89, 0x72, 0xae, 0x27, 0x79, 0x9b,
+ 0xd3, 0x2a, 0xe5, 0x39, 0xcd, 0x0b, 0xbd, 0x8c, 0x96, 0xf7, 0x52, 0xcb, 0xdb, 0x85, 0xde, 0x8a,
+ 0x3b, 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, 0xe9, 0x92, 0xf5, 0x6a, 0x3b, 0x05, 0x00, 0x00,
}
« no previous file with comments | « third_party/cq_client/cq.proto ('k') | third_party/cq_client/cq_pb2.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698