-
Notifications
You must be signed in to change notification settings - Fork 7.9k
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
Update dependencies, and fix the validation webhook with required value #47364
Conversation
/test release-notes |
513985d
to
cfe536d
Compare
/test integ-telemetry-istiodremote |
1 similar comment
/test integ-telemetry-istiodremote |
This fixes tests after bumping the client-go version. Ref: #47261, also this contains Automation step 1 in #46985 @ericvn @hzxuzhonghu @howardjohn @zirain PTAL, thanks |
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.
This is skipping way to many tests. I can work on a more robust fix
Will be replaced by #47377; only dependency updates will be needed after its merge. |
@hanxiaop: The following tests failed, say
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. |
Please provide a description of this PR:
Updating client-go library results in the failure of validation tests. I've introducted ignore exception to the crdvalidator to ignore some configs that are intended to be invlid in tests. Also, fix the validation test since the invalid case may be
Required value
which is introduced recently in the API repo.