Grant try builder CQ+1 permission Bug: b/345287272 Change-Id: I9c4e7f525ab8d7c23c28d477eb26a59b1742c28d Reviewed-on: https://pigweed-review.googlesource.com/c/Public-Commit-Queue-Projects/+/214272 Reviewed-by: Wyatt Hepler <hepler@google.com>
diff --git a/groups b/groups index 26f276d..0118000 100644 --- a/groups +++ b/groups
@@ -6,5 +6,6 @@ 8def6697f205b9fe84fc4123b806dfc255d9c1fd Pigweed Integration Roller b33806877b8cd6476b55a5db71dc256a822edfb1 Google Eng b73b359b5198eef38c0790561b7074f0e51bcec6 Force Submitters +c569a3ab231cf2b137146d0134c8f367664e5292 Pigweed Try Builder f1695df01b61d51e44af9ed938a10c030be7a96b Commit Queue facfcd81bd0ab63cc1d3a1fbf64467dc0fcbf8e4 Pigweed Roller
diff --git a/project.config b/project.config index d0974d3..d394d02 100644 --- a/project.config +++ b/project.config
@@ -17,6 +17,7 @@ label-Commit-Queue = +0..+2 group Pigweed Integration Roller label-Commit-Queue = +0..+2 group Pigweed Roller label-Commit-Queue = +0..+2 group Pigweed Source Committers + label-Commit-Queue = +0..+1 group Pigweed Try Builder labelAs-Commit-Queue = +0..+2 group Commit Queue push = group Commit Queue read = group Commit Queue @@ -37,13 +38,6 @@ value = 0 Do not send CL to CQ automatically after approval value = +1 Send CL to CQ automatically after approval copyCondition = changekind:NO_CHANGE OR changekind:NO_CODE_CHANGE OR changekind:TRIVIAL_REBASE -[plugin "uploadvalidator"] - blockedContentTypeWhitelist = false - maxPathLength = 0 - rejectDuplicatePathnamesLocale = en - rejectSubmodule = false - rejectSymlink = false - rejectWindowsLineEndings = false [label "Presubmit-Verified"] function = NoBlock defaultValue = 0 @@ -51,3 +45,10 @@ value = 0 Not Verified value = +1 Verified copyCondition = changekind:NO_CHANGE +[plugin "uploadvalidator"] + blockedContentTypeWhitelist = false + maxPathLength = 0 + rejectDuplicatePathnamesLocale = en + rejectSubmodule = false + rejectSymlink = false + rejectWindowsLineEndings = false