Add gerrit to cq.cfg

BUG=chromium:672378
NOTRY=True

Review-Url: https://codereview.webrtc.org/2888533004
Cr-Commit-Position: refs/heads/master@{#18177}
This commit is contained in:
ehmaldonado
2017-05-17 04:46:06 -07:00
committed by Commit bot
parent 6488ea424a
commit 81a28f1174

View File

@ -4,9 +4,11 @@
version: 1
cq_name: "webrtc"
cq_status_url: "https://chromium-cq-status.appspot.com"
git_repo_url: "https://chromium.googlesource.com/external/webrtc"
commit_burst_delay: 60
max_commit_burst: 1
gerrit {}
rietveld {
url: "https://codereview.webrtc.org"
}
@ -18,6 +20,11 @@ verifiers {
dry_run_access_list: "project-webrtc-tryjob-access"
}
gerrit_cq_ability {
committer_list: "project-webrtc-committers"
dry_run_access_list: "project-webrtc-tryjob-access"
}
tree_status {
tree_status_url: "https://webrtc-status.appspot.com"
}