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

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

Issue 2671593004: Update cq.cfg to use new name for committers group. (Closed)
Patch Set: Created 3 years, 10 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 commit_burst_delay: 60 7 commit_burst_delay: 60
8 max_commit_burst: 2 8 max_commit_burst: 2
9 9
10 rietveld { 10 rietveld {
11 url: "https://codereview.chromium.org" 11 url: "https://codereview.chromium.org"
12 } 12 }
13 13
14 verifiers { 14 verifiers {
15 reviewer_lgtm { 15 reviewer_lgtm {
16 committer_list: "external/project-chromium-committers" 16 committer_list: "project-chromium-committers"
Vadim Sh. 2017/02/03 00:40:21 https://chrome-infra-auth.appspot.com/auth/groups#
17 dry_run_access_list: "project-chromium-tryjob-access" 17 dry_run_access_list: "project-chromium-tryjob-access"
18 } 18 }
19 19
20 tree_status { 20 tree_status {
21 tree_status_url: "https://chromium-status.appspot.com" 21 tree_status_url: "https://chromium-status.appspot.com"
22 } 22 }
23 23
24 # NOTE: when adding new configs to the commit queue, please contact 24 # NOTE: when adding new configs to the commit queue, please contact
25 # chrome-eng-review per 25 # 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 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
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 builders { name: "win_clang" } 83 builders { name: "win_clang" }
84 } 84 }
85 } 85 }
86 86
87 # NOTE: when adding new configs to the commit queue, please contact 87 # NOTE: when adding new configs to the commit queue, please contact
88 # chrome-eng-review per 88 # 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 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
90 90
91 sign_cla {} 91 sign_cla {}
92 } 92 }
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