| 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 commit_burst_delay: 60 | 8 commit_burst_delay: 60 |
| 8 max_commit_burst: 2 | 9 max_commit_burst: 2 |
| 9 | 10 |
| 11 gerrit {} |
| 10 rietveld { | 12 rietveld { |
| 11 url: "https://codereview.chromium.org" | 13 url: "https://codereview.chromium.org" |
| 12 } | 14 } |
| 13 | 15 |
| 14 verifiers { | 16 verifiers { |
| 15 reviewer_lgtm { | 17 reviewer_lgtm { |
| 16 committer_list: "project-chromium-committers" | 18 committer_list: "project-chromium-committers" |
| 17 dry_run_access_list: "project-chromium-tryjob-access" | 19 dry_run_access_list: "project-chromium-tryjob-access" |
| 18 } | 20 } |
| 19 | 21 |
| 22 gerrit_cq_ability { |
| 23 committer_list: "project-chromium-committers" |
| 24 dry_run_access_list: "project-chromium-tryjob-access" |
| 25 |
| 26 } |
| 27 |
| 20 tree_status { | 28 tree_status { |
| 21 tree_status_url: "https://chromium-status.appspot.com" | 29 tree_status_url: "https://chromium-status.appspot.com" |
| 22 } | 30 } |
| 23 | 31 |
| 24 # NOTE: when adding new configs to the commit queue, please contact | 32 # NOTE: when adding new configs to the commit queue, please contact |
| 25 # chrome-eng-review per | 33 # chrome-eng-review per |
| 26 # 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 | 34 # 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 |
| 27 try_job { | 35 try_job { |
| 28 buckets { | 36 buckets { |
| 29 name: "luci.chromium.try" | 37 name: "luci.chromium.try" |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 builders { name: "win_clang" } | 98 builders { name: "win_clang" } |
| 91 } | 99 } |
| 92 } | 100 } |
| 93 | 101 |
| 94 # NOTE: when adding new configs to the commit queue, please contact | 102 # NOTE: when adding new configs to the commit queue, please contact |
| 95 # chrome-eng-review per | 103 # chrome-eng-review per |
| 96 # 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 # 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 |
| 97 | 105 |
| 98 sign_cla {} | 106 sign_cla {} |
| 99 } | 107 } |
| OLD | NEW |