| 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 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/chromium/src" | 7 git_repo_url: "https://chromium.googlesource.com/chromium/src" |
| 8 commit_burst_delay: 60 | 8 commit_burst_delay: 60 |
| 9 max_commit_burst: 2 | 9 max_commit_burst: 2 |
| 10 | 10 |
| 11 # Drain the CQ (crbug.com/570421) | |
| 12 draining_start_time: "2017-04-27T21:20:30Z" | |
| 13 | |
| 14 gerrit {} | 11 gerrit {} |
| 15 rietveld { | 12 rietveld { |
| 16 url: "https://codereview.chromium.org" | 13 url: "https://codereview.chromium.org" |
| 17 } | 14 } |
| 18 | 15 |
| 19 verifiers { | 16 verifiers { |
| 20 reviewer_lgtm { | 17 reviewer_lgtm { |
| 21 committer_list: "project-chromium-committers" | 18 committer_list: "project-chromium-committers" |
| 22 dry_run_access_list: "project-chromium-tryjob-access" | 19 dry_run_access_list: "project-chromium-tryjob-access" |
| 23 } | 20 } |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 builders { name: "win_clang" } | 97 builders { name: "win_clang" } |
| 101 } | 98 } |
| 102 } | 99 } |
| 103 | 100 |
| 104 # NOTE: when adding new configs to the commit queue, please contact | 101 # NOTE: when adding new configs to the commit queue, please contact |
| 105 # chrome-eng-review per | 102 # chrome-eng-review per |
| 106 # 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 | 103 # 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 |
| 107 | 104 |
| 108 sign_cla {} | 105 sign_cla {} |
| 109 } | 106 } |
| OLD | NEW |