From 81a28f1174e3c175f4c60040d8754ecf7e4bbb28 Mon Sep 17 00:00:00 2001 From: ehmaldonado Date: Wed, 17 May 2017 04:46:06 -0700 Subject: [PATCH] Add gerrit to cq.cfg BUG=chromium:672378 NOTRY=True Review-Url: https://codereview.webrtc.org/2888533004 Cr-Commit-Position: refs/heads/master@{#18177} --- infra/config/cq.cfg | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index e12f3c3096..d938438519 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -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" }