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

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

Issue 2643433002: Infra CQ config: remove deprecated target_ref. (Closed)
Patch Set: Created 3 years, 11 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 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
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 }
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