-
Notifications
You must be signed in to change notification settings - Fork 301
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
Fix code gen process and pin dependencies for update-codegen.sh #1884
Conversation
@gauravkghildiyal: GitHub didn't allow me to request PR reviews from the following users: spencerhance. Note that only kubernetes members and repo collaborators can review this PR, and authors cannot review their own PRs. 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. |
Hi @gauravkghildiyal. 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. |
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.
Looks great, thank you!
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: gauravkghildiyal, spencerhance The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/ok-to-test |
can you update the you have some examples here https://github.com/kubernetes/kubernetes/blob/master/hack/verify-generated-swagger-docs.sh , basically you run your script and check that nothing has changed |
I'll update the verify, in a follow up, no worries |
Thanks @aojea ! So I'll not add those changes to the same PR and see if I can send another one in the future. @swetharepakula - Requesting review for approval. /retest |
c9a3f69
to
103f33d
Compare
@gauravkghildiyal: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
it fails because of the Line 8 in 43367be
latest golang release is v1.50.1, maybe we should try with that |
We need this too #1913 |
I've found the problem, it depends on the golangci lint version I've incorporated this commit preserving the author and the fixes in this PR #1914 PTAL |
Thanks Antonio, then I will review #1914 instead of this one. |
Closes #1870
Closes #1855
/cc @spencerhance
/assign @swetharepakula