Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(557)

Side by Side Diff: infra/config/cq.cfg

Issue 2716463003: Enable gerrit cq for chromium/src (Closed)
Patch Set: Add gerrit_cq_ability verifier to chromium cq Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698