From abf240c57ff461f04a1766cce585cf54521e2170 Mon Sep 17 00:00:00 2001 From: Andrii Shyshkalov Date: Thu, 16 Feb 2017 19:55:35 +0100 Subject: CQ config: add gerrit CQAbility verifier. Goal is to ensure that unreviewed and untrusted code isn't sent through CQ to try bots, by accident or through malicious intent. R=agable@chromium.org BUG=chromium:692613 NOTRY=True Change-Id: I4bd5122b8176b172bcd0fa7cbd269a78363e46a8 Reviewed-on: https://pdfium-review.googlesource.com/2770 Commit-Queue: dsinclair Reviewed-by: dsinclair --- infra/config/cq.cfg | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'infra') diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index adf59271c3..7062e43a49 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -14,6 +14,11 @@ rietveld { verifiers { reviewer_lgtm { committer_list: "project-pdfium-committers" + dry_run_access_list: "project-pdfium-tryjob-access" + } + gerrit_cq_ability { + committer_list: "project-pdfium-committers" + dry_run_access_list: "project-pdfium-tryjob-access" } tree_status { -- cgit v1.2.3