| 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 | |
| 7 cq_status_url: "https://chromium-cq-status.appspot.com" | 6 cq_status_url: "https://chromium-cq-status.appspot.com" |
| 8 git_repo_url: "https://chromium.googlesource.com/chromium/src" | 7 git_repo_url: "https://chromium.googlesource.com/chromium/src" |
| 9 commit_burst_delay: 60 | 8 commit_burst_delay: 60 |
| 10 max_commit_burst: 2 | 9 max_commit_burst: 2 |
| 11 | 10 |
| 12 gerrit {} | 11 gerrit {} |
| 13 rietveld { | 12 rietveld { |
| 14 url: "https://codereview.chromium.org" | 13 url: "https://codereview.chromium.org" |
| 15 } | 14 } |
| 16 | 15 |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 builders { name: "win_clang" } | 107 builders { name: "win_clang" } |
| 109 } | 108 } |
| 110 } | 109 } |
| 111 | 110 |
| 112 # NOTE: when adding new configs to the commit queue, please contact | 111 # NOTE: when adding new configs to the commit queue, please contact |
| 113 # chrome-eng-review per | 112 # chrome-eng-review per |
| 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 | 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 |
| 115 | 114 |
| 116 sign_cla {} | 115 sign_cla {} |
| 117 } | 116 } |
| OLD | NEW |