-
Notifications
You must be signed in to change notification settings - Fork 167
Description
Currently we can specify who is allowed to rerun periodics and postsubmits via deck, this has been immensely useful for allowing builds to be retried without opening up to abuse from the entire internet.
What we can't do currently, is have presubmits that only certain users can trigger, with the exception of restricting all presubmit triggering to community members.
For SIG Scalability it would be helpful to be able to run large scale tests occasionally, while preventing anyone else discovering this and randomly using it on their PR.
The current mitigation is to react if/when this happens and talk to the contributor, and rely heavily on needs-ok-to-test otherwise.
previously discussed in #prow, filing this for tracking
cc @serathius
https://kubernetes.slack.com/archives/CDECRSC5U/p1742851876219149