Chromium Code Reviews| Index: infra/config/cq.cfg |
| diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..84cc03e852b9c0ba83c6b6d595aaad5a5bdb968d |
| --- /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.chromium.org" |
|
kjellander_webrtc
2015/06/05 08:50:22
Please make this codereview.webrtc.org (it's a DNS
Sergiy Byelozyorov
2015/06/05 08:50:55
Done.
|
| +} |
| + |
| + |
| +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" } |
| + } |
| + } |
| +} |