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

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

Issue 1163523007: Added CQ config for WebRTC (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Addressed comments Created 5 years, 6 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 | « infra/config/README.md ('k') | 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
(Empty)
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.
3
4 version: 1
5 cq_name: "webrtc"
6 cq_status_url: "https://chromium-cq-status.appspot.com"
7 commit_burst_delay: 60
8 max_commit_burst: 1
9 hide_ref_in_committed_msg: true
10 target_ref: "refs/pending/heads/master"
11
12 rietveld {
13 url: "https://codereview.webrtc.org"
14 }
15
16
17 verifiers {
18 reviewer_lgtm {
19 committer_list: "webrtc"
20 }
21
22 tree_status {
23 tree_status_url: "https://webrtc-status.appspot.com"
24 }
25
26 try_job {
27 buckets {
28 name: "tryserver.webrtc"
29 builders { name: "linux" }
30 }
31 }
32 }
OLDNEW
« no previous file with comments | « infra/config/README.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698