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

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

Issue 2637233002: 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 # Commit Queue configuration file. The documentation of the format can be found 1 # Commit Queue configuration file. The documentation of the format can be found
2 # at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg. 2 # at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg.
3 3
4 version: 1 4 version: 1
5 cq_name: "webrtc" 5 cq_name: "webrtc"
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.webrtc.org" 11 url: "https://codereview.webrtc.org"
13 } 12 }
14 13
15 14
16 verifiers { 15 verifiers {
17 reviewer_lgtm { 16 reviewer_lgtm {
18 committer_list: "project-webrtc-committers" 17 committer_list: "project-webrtc-committers"
19 dry_run_access_list: "project-webrtc-tryjob-access" 18 dry_run_access_list: "project-webrtc-tryjob-access"
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 builders { name: "win_clang_rel" } 63 builders { name: "win_clang_rel" }
65 builders { name: "win_dbg" } 64 builders { name: "win_dbg" }
66 builders { name: "win_rel" } 65 builders { name: "win_rel" }
67 builders { name: "win_x64_clang_dbg" } 66 builders { name: "win_x64_clang_dbg" }
68 builders { name: "win_x64_clang_rel" } 67 builders { name: "win_x64_clang_rel" }
69 builders { name: "win_x64_dbg" } 68 builders { name: "win_x64_dbg" }
70 builders { name: "win_x64_rel" } 69 builders { name: "win_x64_rel" }
71 } 70 }
72 } 71 }
73 } 72 }
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