Added CQ config for WebRTC
R=kjellander@webrtc.org BUG=chromium:470518 Review URL: https://codereview.webrtc.org/1163523007 Cr-Commit-Position: refs/heads/master@{#9379}
This commit is contained in:
parent
5f4b7e2873
commit
bdd185faab
3
infra/config/OWNERS
Normal file
3
infra/config/OWNERS
Normal file
@ -0,0 +1,3 @@
|
||||
set noparent
|
||||
sergiyb@chromium.org
|
||||
kjellander@webrtc.org
|
1
infra/config/README.md
Normal file
1
infra/config/README.md
Normal file
@ -0,0 +1 @@
|
||||
This directory contains configuration files for infra services.
|
32
infra/config/cq.cfg
Normal file
32
infra/config/cq.cfg
Normal file
@ -0,0 +1,32 @@
|
||||
# Commit Queue configuration file. The documentation of the format can be found
|
||||
# at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg.
|
||||
|
||||
version: 1
|
||||
cq_name: "webrtc"
|
||||
cq_status_url: "https://chromium-cq-status.appspot.com"
|
||||
commit_burst_delay: 60
|
||||
max_commit_burst: 1
|
||||
hide_ref_in_committed_msg: true
|
||||
target_ref: "refs/pending/heads/master"
|
||||
|
||||
rietveld {
|
||||
url: "https://codereview.webrtc.org"
|
||||
}
|
||||
|
||||
|
||||
verifiers {
|
||||
reviewer_lgtm {
|
||||
committer_list: "webrtc"
|
||||
}
|
||||
|
||||
tree_status {
|
||||
tree_status_url: "https://webrtc-status.appspot.com"
|
||||
}
|
||||
|
||||
try_job {
|
||||
buckets {
|
||||
name: "tryserver.webrtc"
|
||||
builders { name: "linux" }
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user