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