| OLD | NEW |
| 1 # See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the | 1 # See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the |
| 2 # documentation of this file format. | 2 # documentation of this file format. |
| 3 | 3 |
| 4 version: 1 | 4 version: 1 |
| 5 cq_name: "infra" | 5 cq_name: "infra" |
| 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 tree_status { | 16 tree_status { |
| 17 tree_status_url: "https://infra-status.appspot.com" | 17 tree_status_url: "https://infra-status.appspot.com" |
| 18 } | 18 } |
| 19 try_job { | 19 try_job { |
| 20 buckets { | 20 buckets { |
| 21 name: "chromium.buildbucket.swarming" |
| 22 builders { |
| 23 name: "infra_presubmit" |
| 24 experiment_percentage: 100 |
| 25 } |
| 26 builders { |
| 27 name: "infra_linux64" |
| 28 experiment_percentage: 100 |
| 29 } |
| 30 builders { |
| 31 name: "infra_mac" |
| 32 experiment_percentage: 100 |
| 33 } |
| 34 builders { |
| 35 name: "infra_win" |
| 36 experiment_percentage: 100 |
| 37 } |
| 38 } |
| 39 buckets { |
| 21 name: "tryserver.infra", | 40 name: "tryserver.infra", |
| 22 builders { | 41 builders { |
| 23 name: "Infra Presubmit" | 42 name: "Infra Presubmit" |
| 24 } | 43 } |
| 25 builders { | 44 builders { |
| 26 name: "Infra Linux Trusty 64 Tester" | 45 name: "Infra Linux Trusty 64 Tester" |
| 27 } | 46 } |
| 28 builders { | 47 builders { |
| 29 name: "Infra Linux Precise 32 Tester" | 48 name: "Infra Linux Precise 32 Tester" |
| 30 } | 49 } |
| 31 builders { | 50 builders { |
| 32 name: "Infra Mac Tester" | 51 name: "Infra Mac Tester" |
| 33 } | 52 } |
| 34 builders { | 53 builders { |
| 35 name: "Infra Win Tester" | 54 name: "Infra Win Tester" |
| 36 } | 55 } |
| 37 } | 56 } |
| 38 } | 57 } |
| 39 sign_cla {} | 58 sign_cla {} |
| 40 } | 59 } |
| OLD | NEW |