-
Notifications
You must be signed in to change notification settings - Fork 669
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 verify scripts for make gen
#483
Comments
@damemi: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed 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. |
@damemi I would like to work on this issue if it's not already been taken :) /assign |
@damemi I've come across few doubts while trying to understand the issue. As you mentioned that we need this change to ensure
So, do we need to ensure that |
Those binaries are what actually run to generate the updated code. The goal here is to make sure that code which is about to be committed has already run these generators. What we want to check is that the diff in a PR doesn't change when you run So, since the binaries themselves are not committed we can't check that they are stored in |
Not quite done yet. /reopen |
@seanmalloy: Reopened this issue. 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. |
@seanmalloy @damemi is it okay to close this issue now? The last PR for |
I believe everything is done now. @pravarag thanks for your help with this! /close |
@seanmalloy: Closing this issue. 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. |
Issues such as the one described in #482 could be avoided if we add automatic verify scripts on PRs to ensure that
make gen
(and its subscripts) have been run. It should be simple enough as runningmake gen
in a tmp dir and checking if any changes have been generated./kind cleanup
/help
The text was updated successfully, but these errors were encountered: