| 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 | 8 |
| 8 rietveld { | 9 rietveld { |
| 9 url: "https://codereview.chromium.org" | 10 url: "https://codereview.chromium.org" |
| 10 } | 11 } |
| 11 | 12 |
| 12 # Enable experimental dual repo Rietveld/Gerrit support. | 13 # Enable experimental dual repo Rietveld/Gerrit support. |
| 13 gerrit {} | 14 gerrit {} |
| 14 | 15 |
| 15 verifiers { | 16 verifiers { |
| 16 reviewer_lgtm { | 17 reviewer_lgtm { |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 builders { | 54 builders { |
| 54 name: "Infra Mac Tester" | 55 name: "Infra Mac Tester" |
| 55 } | 56 } |
| 56 builders { | 57 builders { |
| 57 name: "Infra Win Tester" | 58 name: "Infra Win Tester" |
| 58 } | 59 } |
| 59 } | 60 } |
| 60 } | 61 } |
| 61 sign_cla {} | 62 sign_cla {} |
| 62 } | 63 } |
| OLD | NEW |