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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « infra/config/README.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/config/cq.cfg
diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..d197ad637e8552893e248e301534051c66232c2e
--- /dev/null
+++ b/infra/config/cq.cfg
@@ -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" }
+ }
+ }
+}
« 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