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>
This commit is contained in:
Andrii Shyshkalov 2017-02-17 15:17:50 +01:00 committed by Skia Commit-Bot
parent d1fe9522e3
commit 0462822132

View File

@ -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"