-
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
Add Kops required status checks #17857
Add Kops required status checks #17857
Conversation
/assign @rifelpet |
two thoughts:
|
287e52f
to
566fea3
Compare
Agreed, just added this as well. This should block on travis the way it does now. I believe this will continue to work even when we disable the old jobs, since the travis job should still pass since the allow failure flag is set. I went with
I agree but I wasn't able to come up with a better way at the moment. There is something nice about being explicit about the block, for instance if we want to start testing on a new OS and start blocking later. How about I add a comment to our actions mentioning that an update is required here in order to start blocking when action names/matrix change? |
Adding a comment to our actions sounds great 👍 |
Comment added in PR, will unhold kubernetes/kops#9305 when this is merged and confirmed. Ready for review! /unhold |
/lgtm |
/assign @cblecker |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chases2, mikesplain 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 |
@mikesplain: Updated the
In response to this:
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. |
Small problem, I think this applies to all Kops branches, which pretty much blocks 1.6 and 1.17. |
@hakman Good point. I’ll create a follow up. Thanks! |
Adding kops to branch-protection for github actions, as discussed in kubernetes/kops#9005.
I believe this will also remove the existing travis ci block so we'll need to add that here if we wish for it to continue to block.
Thoughts @rifelpet, @hakman, @johngmyers ?
/hold