| 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: "build" | 5 cq_name: "build" |
| 6 cq_status_url: "https://chromium-cq-status.appspot.com" | 6 cq_status_url: "https://chromium-cq-status.appspot.com" |
| 7 svn_repo_url: "svn://svn.chromium.org/chrome/trunk/tools/build" | 7 svn_repo_url: "svn://svn.chromium.org/chrome/trunk/tools/build" |
| 8 | 8 |
| 9 rietveld { | 9 rietveld { |
| 10 url: "https://codereview.chromium.org" | 10 url: "https://codereview.chromium.org" |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 | 24 |
| 25 verifiers { | 25 verifiers { |
| 26 reviewer_lgtm { | 26 reviewer_lgtm { |
| 27 committer_list: "project-infra-committers" | 27 committer_list: "project-infra-committers" |
| 28 } | 28 } |
| 29 | 29 |
| 30 try_job { | 30 try_job { |
| 31 buckets { | 31 buckets { |
| 32 name: "tryserver.infra" | 32 name: "tryserver.infra" |
| 33 builders {name: "Build Presubmit"} | 33 builders {name: "Build Presubmit"} |
| 34 builders { | 34 builders {name: "Build Try Recipe Test"} |
| 35 name: "Build Try Recipe Test" | |
| 36 experiment_percentage: 100 | |
| 37 } | |
| 38 } | 35 } |
| 39 try_job_retry_config { | 36 try_job_retry_config { |
| 40 try_job_retry_quota: 3 | 37 try_job_retry_quota: 3 |
| 41 global_retry_quota: 3 | 38 global_retry_quota: 3 |
| 42 } | 39 } |
| 43 } | 40 } |
| 44 } | 41 } |
| OLD | NEW |