From acb8e4171876ebcee524b34b116b11fe6f7ddcf4 Mon Sep 17 00:00:00 2001 From: ehmaldonado Date: Wed, 17 May 2017 05:26:34 -0700 Subject: [PATCH] Reland of Add gerrit to cq.cfg (patchset #1 id:1 of https://codereview.webrtc.org/2888113002/ ) Reason for revert: False alarm Original issue's description: > Revert of Add gerrit to cq.cfg (patchset #2 id:20001 of https://codereview.webrtc.org/2888533004/ ) > > Reason for revert: > Might have broken CQ. > > Original issue's description: > > Add gerrit to cq.cfg > > > > BUG=chromium:672378 > > NOTRY=True > > > > Review-Url: https://codereview.webrtc.org/2888533004 > > Cr-Commit-Position: refs/heads/master@{#18177} > > Committed: https://chromium.googlesource.com/external/webrtc/+/81a28f1174e3c175f4c60040d8754ecf7e4bbb28 > > TBR=tandrii@chromium.org,kjellander@webrtc.org,tandrii@google.com > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=chromium:672378 > > Review-Url: https://codereview.webrtc.org/2888113002 > Cr-Commit-Position: refs/heads/master@{#18178} > Committed: https://chromium.googlesource.com/external/webrtc/+/b30843a2faae8975b2d9f6706f9013327b169948 TBR=tandrii@chromium.org,kjellander@webrtc.org,tandrii@google.com # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=chromium:672378 Review-Url: https://codereview.webrtc.org/2886143002 Cr-Commit-Position: refs/heads/master@{#18181} --- 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" }