| 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 | 7 |
| 8 rietveld { | 8 rietveld { |
| 9 url: "https://codereview.chromium.org" | 9 url: "https://codereview.chromium.org" |
| 10 } | 10 } |
| 11 | 11 |
| 12 verifiers { | 12 verifiers { |
| 13 reviewer_lgtm { | 13 reviewer_lgtm { |
| 14 committer_list: "project-infra-committers" | 14 committer_list: "project-infra-committers" |
| 15 } | 15 } |
| 16 | 16 |
| 17 try_job { | 17 try_job { |
| 18 buckets { | 18 buckets { |
| 19 name: "master.tryserver.infra" | 19 name: "luci.infra.try" |
| 20 builders {name: "Build Presubmit"} | 20 builders {name: "Build Presubmit"} |
| 21 builders { | |
| 22 name: "Build Presubmit (Swarming)" | |
| 23 experiment_percentage: 100 | |
| 24 } | |
| 25 builders { name: "Recipe Roll Downstream Tester" } | 21 builders { name: "Recipe Roll Downstream Tester" } |
| 26 builders { | |
| 27 name: "Recipe Roll Downstream Tester (Swarming)" | |
| 28 experiment_percentage: 100 | |
| 29 } | |
| 30 } | 22 } |
| 31 buckets { | 23 buckets { |
| 32 name: "master.internal.infra.try" | 24 name: "master.internal.infra.try" |
| 33 builders { | 25 builders { |
| 34 name: "build-internal-recipe-downstream-tryjob" | 26 name: "build-internal-recipe-downstream-tryjob" |
| 35 experiment_percentage: 100 | 27 experiment_percentage: 100 |
| 36 } | 28 } |
| 37 } | 29 } |
| 38 buckets { | 30 buckets { |
| 39 name: "master.chromium.buildbucket.swarming" | 31 name: "master.chromium.buildbucket.swarming" |
| 40 builders { | 32 builders { |
| 41 name: "build_presubmit" | 33 name: "build_presubmit" |
| 42 experiment_percentage: 100 | 34 experiment_percentage: 100 |
| 43 } | 35 } |
| 44 } | 36 } |
| 45 try_job_retry_config { | 37 try_job_retry_config { |
| 46 try_job_retry_quota: 3 | 38 try_job_retry_quota: 3 |
| 47 global_retry_quota: 3 | 39 global_retry_quota: 3 |
| 48 } | 40 } |
| 49 } | 41 } |
| 50 } | 42 } |
| OLD | NEW |