aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Andrii Shyshkalov <tandrii@chromium.org>2017-02-17 15:17:50 +0100
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-17 17:31:32 +0000
commit04628221324eb2e5b329a8fd9c69196ea9acb43c (patch)
tree1c57b9432bcc8a47a2d8b7d7ef38be77f55a9e36
parentd1fe9522e31a1ec3a2d6a588b387156e457d3943 (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>
-rw-r--r--infra/branch-config/cq.cfg4
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"