From bdd185faabeed81006cb376c638ca28ad6666d75 Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Fri, 5 Jun 2015 11:02:07 +0200 Subject: [PATCH] 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} --- infra/config/OWNERS | 3 +++ infra/config/README.md | 1 + infra/config/cq.cfg | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 infra/config/OWNERS create mode 100644 infra/config/README.md create mode 100644 infra/config/cq.cfg diff --git a/infra/config/OWNERS b/infra/config/OWNERS new file mode 100644 index 0000000000..7bf1c90940 --- /dev/null +++ b/infra/config/OWNERS @@ -0,0 +1,3 @@ +set noparent +sergiyb@chromium.org +kjellander@webrtc.org diff --git a/infra/config/README.md b/infra/config/README.md new file mode 100644 index 0000000000..c036d610c5 --- /dev/null +++ b/infra/config/README.md @@ -0,0 +1 @@ +This directory contains configuration files for infra services. diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg new file mode 100644 index 0000000000..d197ad637e --- /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" } + } + } +}