-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 apidiff.sh #905
Conversation
/assign @vincepri @joelanford |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alexeldeib, vincepri 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 |
/lgtm |
Add apidiff check on PR presubmits
@joelanford @vincepri do you think this is better off added to verify.sh in the existing jobs, or added as a separate script + presubmit like in cluster-api?
If we do it separately we could make it optional to account for the occasional breaks. Maintainers can manually merge on breaks anyway, which probably makes more sense than Prow auto-merging api breaks, so I'm okay leaving it here. WDYT?
Also since the presubmits already set up the correct refs, I think this should "just work" in terms of checking the commits we care about for older releases and master too?