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 gerrit {} |
8 rietveld { | 9 rietveld { |
9 url: "https://codereview.chromium.org" | 10 url: "https://codereview.chromium.org" |
10 } | 11 } |
11 | 12 |
12 verifiers { | 13 verifiers { |
13 reviewer_lgtm { | 14 reviewer_lgtm { |
14 committer_list: "project-infra-committers" | 15 committer_list: "project-infra-committers" |
15 dry_run_access_list: "project-infra-tryjob-access" | 16 dry_run_access_list: "project-infra-tryjob-access" |
16 } | 17 } |
17 | 18 |
18 try_job { | 19 try_job { |
19 buckets { | 20 buckets { |
20 name: "master.tryserver.infra" | 21 name: "master.tryserver.infra" |
21 builders { | 22 builders { |
22 name: "Depot Tools Presubmit" | 23 name: "Depot Tools Presubmit" |
23 } | 24 } |
24 builders { | 25 builders { |
25 name: "Recipe Roll Downstream Tester" | 26 name: "Recipe Roll Downstream Tester" |
26 experiment_percentage: 100 | 27 experiment_percentage: 100 |
27 } | 28 } |
28 } | 29 } |
29 } | 30 } |
30 } | 31 } |
OLD | NEW |