diff options
author | Andrii Shyshkalov <tandrii@chromium.org> | 2017-02-16 19:55:35 +0100 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-02-16 19:03:40 +0000 |
commit | abf240c57ff461f04a1766cce585cf54521e2170 (patch) | |
tree | 46533b21dde8d0177cafbf49722fea41c259117b | |
parent | 9ad7d96a78f98d865c541ba6a95af7e895ef2836 (diff) | |
download | pdfium-abf240c57ff461f04a1766cce585cf54521e2170.tar.xz |
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 <dsinclair@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
-rw-r--r-- | infra/config/cq.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
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 { |