| 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 { name: "build-internal-recipe-downstream-tryjob" } | 33 builders { |
| 34 name: "build-internal-recipe-downstream-tryjob" |
| 35 experiment_percentage: 100 |
| 36 } |
| 34 } | 37 } |
| 35 buckets { | 38 buckets { |
| 36 name: "master.chromium.buildbucket.swarming" | 39 name: "master.chromium.buildbucket.swarming" |
| 37 builders { | 40 builders { |
| 38 name: "build_presubmit" | 41 name: "build_presubmit" |
| 39 experiment_percentage: 100 | 42 experiment_percentage: 100 |
| 40 } | 43 } |
| 41 } | 44 } |
| 42 try_job_retry_config { | 45 try_job_retry_config { |
| 43 try_job_retry_quota: 3 | 46 try_job_retry_quota: 3 |
| 44 global_retry_quota: 3 | 47 global_retry_quota: 3 |
| 45 } | 48 } |
| 46 } | 49 } |
| 47 } | 50 } |
| OLD | NEW |