| 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 } |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 experiment_percentage: 100 | 23 experiment_percentage: 100 |
| 24 } | 24 } |
| 25 builders { name: "Recipe Roll Downstream Tester" } | 25 builders { name: "Recipe Roll Downstream Tester" } |
| 26 builders { | 26 builders { |
| 27 name: "Recipe Roll Downstream Tester (Swarming)" | 27 name: "Recipe Roll Downstream Tester (Swarming)" |
| 28 experiment_percentage: 100 | 28 experiment_percentage: 100 |
| 29 } | 29 } |
| 30 } | 30 } |
| 31 buckets { | 31 buckets { |
| 32 name: "master.internal.infra.try" | 32 name: "master.internal.infra.try" |
| 33 builders { | 33 builders { name: "build-internal-recipe-downstream-tryjob" } |
| 34 name: "build-internal-recipe-downstream-tryjob" | |
| 35 experiment_percentage: 100 | |
| 36 } | |
| 37 } | 34 } |
| 38 buckets { | 35 buckets { |
| 39 name: "master.chromium.buildbucket.swarming" | 36 name: "master.chromium.buildbucket.swarming" |
| 40 builders { | 37 builders { |
| 41 name: "build_presubmit" | 38 name: "build_presubmit" |
| 42 experiment_percentage: 100 | 39 experiment_percentage: 100 |
| 43 } | 40 } |
| 44 } | 41 } |
| 45 try_job_retry_config { | 42 try_job_retry_config { |
| 46 try_job_retry_quota: 3 | 43 try_job_retry_quota: 3 |
| 47 global_retry_quota: 3 | 44 global_retry_quota: 3 |
| 48 } | 45 } |
| 49 } | 46 } |
| 50 } | 47 } |
| OLD | NEW |