OLD | NEW |
1 version: 1 | 1 version: 1 |
2 cq_name: "infra" | 2 cq_name: "infra" |
3 cq_status_url: "https://chromium-cq-status.appspot.com" | 3 cq_status_url: "https://chromium-cq-status.appspot.com" |
4 hide_ref_in_committed_msg: true | 4 hide_ref_in_committed_msg: true |
5 commit_burst_delay: 600 | 5 commit_burst_delay: 600 |
6 max_commit_burst: 10 | 6 max_commit_burst: 10 |
7 in_production: false | 7 in_production: false |
8 git_repo_url: "http://github.com/infra/infra.git" | 8 git_repo_url: "http://github.com/infra/infra.git" |
9 target_ref: "refs/pending/heads/master" | 9 target_ref: "refs/pending/heads/master" |
10 | 10 |
11 rietveld { | 11 rietveld { |
12 url: "https://codereview.chromium.org" | 12 url: "https://codereview.chromium.org" |
13 project_bases: "https://chromium.googlesource.com/infra/infra.git@master" | 13 project_bases: "https://chromium.googlesource.com/infra/infra.git@master" |
14 } | 14 } |
15 | 15 |
16 verifiers { | 16 verifiers { |
17 reviewer_lgtm: { | 17 reviewer_lgtm: { |
18 committer_list: "project-chromium-committers" | 18 committer_list: "project-chromium-committers" |
| 19 dry_run_access_list: "project-chromium-tryjob-access" |
19 max_wait_secs: 600 | 20 max_wait_secs: 600 |
20 no_lgtm_msg: "LGTM is missing" | 21 no_lgtm_msg: "LGTM is missing" |
21 } | 22 } |
22 | 23 |
23 tree_status: { | 24 tree_status: { |
24 tree_status_url: "https://infra-status.appspot.com" | 25 tree_status_url: "https://infra-status.appspot.com" |
25 } | 26 } |
26 | 27 |
27 try_job { | 28 try_job { |
28 buckets { | 29 buckets { |
(...skipping 24 matching lines...) Expand all Loading... |
53 } | 54 } |
54 } | 55 } |
55 try_job_retry_config { | 56 try_job_retry_config { |
56 try_job_retry_quota: 10 | 57 try_job_retry_quota: 10 |
57 global_retry_quota: 11 | 58 global_retry_quota: 11 |
58 failure_retry_weight: 12 | 59 failure_retry_weight: 12 |
59 transient_failure_retry_weight: 13 | 60 transient_failure_retry_weight: 13 |
60 } | 61 } |
61 } | 62 } |
62 } | 63 } |
OLD | NEW |