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

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

Issue 2641523003: 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: "v8" 5 cq_name: "v8"
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: 1 8 max_commit_burst: 1
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: "project-v8-committers" 16 committer_list: "project-v8-committers"
18 dry_run_access_list: "project-v8-tryjob-access" 17 dry_run_access_list: "project-v8-tryjob-access"
19 } 18 }
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 builders { 110 builders {
112 name: "win_chromium_compile_dbg_ng" 111 name: "win_chromium_compile_dbg_ng"
113 experiment_percentage: 100 112 experiment_percentage: 100
114 } 113 }
115 } 114 }
116 } 115 }
117 116
118 sign_cla {} 117 sign_cla {}
119 } 118 }
120 119
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