-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow an unknown agent to be configured in prow #13339
Conversation
Hi @wbrefvem. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign @stevekuznetsov |
/ok-to-test |
@matthyx My colleague @ccojocar had raised a PR that specifically added the agent we wanted, and the feedback we got from @stevekuznetsov was that it would be better to introduce a more permissive approach that allows a user to bring their own agent without having to request changes to prow. |
@matthyx As for the implications, it just means that an unknown agent a) won't get any validation and b) will be trusted, so far as that goes. The idea behind issuing a warning is to ensure that only users that know what they're doing do this. |
/lgtm |
LGTM label has been added. Git tree hash: 3a6f721b14216172ae64df8317fd0253b02f4355
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: stevekuznetsov, wbrefvem The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This PR is intended to address issues raised in the review of #13199. Instead of returning an error when an unknown agent is configured, this change causes prow to emit a warning and return nil. This means that prow can support any agent the user cares to configure without having to know about all potential agents in advance.
cc @stevekuznetsov @fejta @ccojocar @abayer