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 git_repo_url: "https://chromium.googlesource.com/infra/infra.git" | 7 git_repo_url: "https://chromium.googlesource.com/infra/infra.git" |
8 | 8 |
9 rietveld { | 9 rietveld { |
10 url: "https://codereview.chromium.org" | 10 url: "https://codereview.chromium.org" |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 } | 50 } |
51 builders { | 51 builders { |
52 name: "Infra Linux Precise 32 Tester" | 52 name: "Infra Linux Precise 32 Tester" |
53 } | 53 } |
54 builders { | 54 builders { |
55 name: "Infra Mac Tester" | 55 name: "Infra Mac Tester" |
56 } | 56 } |
57 builders { | 57 builders { |
58 name: "Infra Win Tester" | 58 name: "Infra Win Tester" |
59 } | 59 } |
| 60 |
| 61 builders { |
| 62 name: "Infra Presubmit (Swarming)" |
| 63 experiment_percentage: 100 |
| 64 } |
| 65 builders { |
| 66 name: "Infra Linux Trusty 64 Tester (Swarming)" |
| 67 experiment_percentage: 100 |
| 68 } |
| 69 builders { |
| 70 name: "Infra Linux Precise 32 Tester (Swarming)" |
| 71 experiment_percentage: 100 |
| 72 } |
| 73 builders { |
| 74 name: "Infra Mac Tester (Swarming)" |
| 75 experiment_percentage: 100 |
| 76 } |
| 77 builders { |
| 78 name: "Infra Win Tester (Swarming)" |
| 79 experiment_percentage: 100 |
| 80 } |
60 } | 81 } |
61 } | 82 } |
62 sign_cla {} | 83 sign_cla {} |
63 } | 84 } |
OLD | NEW |