OLD | NEW |
1 # Commit Queue configuration file. The documentation of the format can be found | 1 # Commit Queue configuration file. The documentation of the format can be found |
2 # at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg. | 2 # at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg. |
3 | 3 |
4 version: 1 | 4 version: 1 |
5 cq_name: "depot_tools" | 5 cq_name: "depot_tools" |
6 cq_status_url: "https://chromium-cq-status.appspot.com" | 6 cq_status_url: "https://chromium-cq-status.appspot.com" |
7 | 7 |
8 rietveld { | 8 rietveld { |
9 url: "https://codereview.chromium.org" | 9 url: "https://codereview.chromium.org" |
10 project_bases: "^https?\\:\\/\\/chromium\\.googlesource\\.com\\/chromium\\/too
ls\\/depot_tools(?:\\.git)?\\@[a-zA-Z0-9\\-_\\.]+$" | 10 project_bases: "^https?\\:\\/\\/chromium\\.googlesource\\.com\\/chromium\\/too
ls\\/depot_tools(?:\\.git)?\\@[a-zA-Z0-9\\-_\\.]+$" |
11 project_bases: "^https?\\:\\/\\/chromium\\.googlesource\\.com\\/a\\/chromium\\
/tools\\/depot_tools(?:\\.git)?\\@[a-zA-Z0-9\\-_\\.]+$" | 11 project_bases: "^https?\\:\\/\\/chromium\\.googlesource\\.com\\/a\\/chromium\\
/tools\\/depot_tools(?:\\.git)?\\@[a-zA-Z0-9\\-_\\.]+$" |
12 } | 12 } |
13 | 13 |
14 verifiers { | 14 verifiers { |
15 reviewer_lgtm { | 15 reviewer_lgtm { |
16 committer_list: "project-infra-committers" | 16 committer_list: "project-infra-committers" |
| 17 dry_run_access_list: "project-infra-tryjob-access" |
17 } | 18 } |
18 | 19 |
19 try_job { | 20 try_job { |
20 buckets { | 21 buckets { |
21 name: "tryserver.infra" | 22 name: "tryserver.infra" |
22 builders { | 23 builders { |
23 name: "Depot Tools Presubmit" | 24 name: "Depot Tools Presubmit" |
24 } | 25 } |
25 builders { | 26 builders { |
26 name: "Recipe Roll Downstream Tester" | 27 name: "Recipe Roll Downstream Tester" |
27 experiment_percentage: 100 | 28 experiment_percentage: 100 |
28 } | 29 } |
29 } | 30 } |
30 } | 31 } |
31 } | 32 } |
OLD | NEW |