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:
parent
d1fe9522e3
commit
0462822132
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user