diff options
author | Andrii Shyshkalov <tandrii@chromium.org> | 2017-02-17 15:17:50 +0100 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-02-17 17:31:32 +0000 |
commit | 04628221324eb2e5b329a8fd9c69196ea9acb43c (patch) | |
tree | 1c57b9432bcc8a47a2d8b7d7ef38be77f55a9e36 /infra/branch-config | |
parent | d1fe9522e31a1ec3a2d6a588b387156e457d3943 (diff) |
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=rmistry@google.com
BUG=chromium:692613
NOTRY=True
Change-Id: I750be91895f5b77229b8f4a22216f00eaa75f7a0
Reviewed-on: https://skia-review.googlesource.com/8620
Reviewed-by: Ravi Mistry <rmistry@google.com>
Commit-Queue: Ravi Mistry <rmistry@google.com>
Diffstat (limited to 'infra/branch-config')
-rw-r--r-- | infra/branch-config/cq.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/infra/branch-config/cq.cfg b/infra/branch-config/cq.cfg index a605f129ee..8a2ffe9421 100644 --- a/infra/branch-config/cq.cfg +++ b/infra/branch-config/cq.cfg @@ -22,6 +22,10 @@ verifiers { no_lgtm_msg: "No LGTM from a valid reviewer yet. Please ask for an LGTM " "from a\nfull Skia committer" } + gerrit_cq_ability { + committer_list: "project-skia-committers" + dry_run_access_list: "project-skia-tryjob-access" + } tree_status { tree_status_url: "https://skia-tree-status.appspot.com" |