| 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 16 matching lines...) Expand all Loading... |
| 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 {name: "Build Try Recipe Test Win64"} | 34 builders {name: "Build Try Recipe Test Win64"} |
| 35 builders {name: "Build Try Recipe Test Trusty64"} | 35 builders {name: "Build Try Recipe Test Trusty64"} |
| 36 builders {name: "Build Try Recipe Test Mac"} | 36 builders {name: "Build Try Recipe Test Mac"} |
| 37 builders { |
| 38 name: "Recipe Roll Downstream Tester" |
| 39 experiment_percentage: 100 |
| 40 } |
| 37 } | 41 } |
| 38 buckets { | 42 buckets { |
| 39 name: "chromium.buildbucket.swarming" | 43 name: "chromium.buildbucket.swarming" |
| 40 builders { | 44 builders { |
| 41 name: "build_presubmit" | 45 name: "build_presubmit" |
| 42 experiment_percentage: 100 | 46 experiment_percentage: 100 |
| 43 } | 47 } |
| 44 } | 48 } |
| 45 try_job_retry_config { | 49 try_job_retry_config { |
| 46 try_job_retry_quota: 3 | 50 try_job_retry_quota: 3 |
| 47 global_retry_quota: 3 | 51 global_retry_quota: 3 |
| 48 } | 52 } |
| 49 } | 53 } |
| 50 } | 54 } |
| OLD | NEW |