| 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 commit_burst_delay: 60 | 7 commit_burst_delay: 60 |
| 8 max_commit_burst: 2 | 8 max_commit_burst: 2 |
| 9 target_ref: "refs/pending/heads/master" | |
| 10 | 9 |
| 11 rietveld { | 10 rietveld { |
| 12 url: "https://codereview.chromium.org" | 11 url: "https://codereview.chromium.org" |
| 13 } | 12 } |
| 14 | 13 |
| 15 verifiers { | 14 verifiers { |
| 16 reviewer_lgtm { | 15 reviewer_lgtm { |
| 17 committer_list: "external/project-chromium-committers" | 16 committer_list: "external/project-chromium-committers" |
| 18 dry_run_access_list: "project-chromium-tryjob-access" | 17 dry_run_access_list: "project-chromium-tryjob-access" |
| 19 } | 18 } |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 builders { name: "win_clang" } | 82 builders { name: "win_clang" } |
| 84 } | 83 } |
| 85 } | 84 } |
| 86 | 85 |
| 87 # NOTE: when adding new configs to the commit queue, please contact | 86 # NOTE: when adding new configs to the commit queue, please contact |
| 88 # chrome-eng-review per | 87 # chrome-eng-review per |
| 89 # 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 | 88 # 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 |
| 90 | 89 |
| 91 sign_cla {} | 90 sign_cla {} |
| 92 } | 91 } |
| OLD | NEW |