| 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: "chromium" | 5 cq_name: "chromium" |
| 6 in_production: false |
| 6 cq_status_url: "https://chromium-cq-status.appspot.com" | 7 cq_status_url: "https://chromium-cq-status.appspot.com" |
| 7 git_repo_url: "https://chromium.googlesource.com/chromium/src" | 8 git_repo_url: "https://chromium.googlesource.com/chromium/src" |
| 8 commit_burst_delay: 60 | 9 commit_burst_delay: 60 |
| 9 max_commit_burst: 2 | 10 max_commit_burst: 2 |
| 10 | 11 |
| 11 gerrit {} | 12 gerrit {} |
| 12 rietveld { | 13 rietveld { |
| 13 url: "https://codereview.chromium.org" | 14 url: "https://codereview.chromium.org" |
| 14 } | 15 } |
| 15 | 16 |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 builders { name: "win_clang" } | 108 builders { name: "win_clang" } |
| 108 } | 109 } |
| 109 } | 110 } |
| 110 | 111 |
| 111 # NOTE: when adding new configs to the commit queue, please contact | 112 # NOTE: when adding new configs to the commit queue, please contact |
| 112 # chrome-eng-review per | 113 # chrome-eng-review per |
| 113 # https://sites.google.com/a/chromium.org/dev/developers/testing/chromium-build-
infrastructure/tour-of-the-chromium-buildbot?pli=1#TOC-Adding-new-build-configur
ations-and-tests-to-the-main-Chromium-waterfall-Commit-Queue | 114 # https://sites.google.com/a/chromium.org/dev/developers/testing/chromium-build-
infrastructure/tour-of-the-chromium-buildbot?pli=1#TOC-Adding-new-build-configur
ations-and-tests-to-the-main-Chromium-waterfall-Commit-Queue |
| 114 | 115 |
| 115 sign_cla {} | 116 sign_cla {} |
| 116 } | 117 } |
| OLD | NEW |