Chromium Code Reviews

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

Issue 2576403004: CQ config: remove unused hide_ref_in_committed_msg. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« 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 hide_ref_in_committed_msg: true
10 target_ref: "refs/pending/heads/master" 9 target_ref: "refs/pending/heads/master"
11 10
12 rietveld { 11 rietveld {
13 url: "https://codereview.webrtc.org" 12 url: "https://codereview.webrtc.org"
14 } 13 }
15 14
16 15
17 verifiers { 16 verifiers {
18 reviewer_lgtm { 17 reviewer_lgtm {
19 committer_list: "project-webrtc-committers" 18 committer_list: "project-webrtc-committers"
(...skipping 44 matching lines...)
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