-
Notifications
You must be signed in to change notification settings - Fork 492
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
CI tests are failing #828
Comments
This was a dumb hack by me to workaround this (https://github.com/kubernetes-sigs/gateway-api/blob/master/hack/update-codegen.sh#L63), and the precise version is probably causing the issue with #824 since it bumps the version of that tool. |
@jpeach is there a specific PR where CI is failing due to this? |
It looks like both recent PRs have failed CI for the same reason: #829 and #824. My working theory is that the recent updates to test-infra images these tests run on included an update to go v1.17. If this matches my own local development experience, go 1.17 adds an extra line at the start of these generated files. I'm guessing that running codegen with 1.17 would resolve this issue. |
I just installed 1.17, I'll give that a shot. /assign |
It looks like #830 fixed this, feel free to reopen if I missed anything. /close |
@robscott: 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. |
What happened:
CI test are failing with this error:
What you expected to happen:
Applying CRDs should succeed.
How to reproduce it (as minimally and precisely as possible):
Run CI for any PR.
Anything else we need to know?:
kubernetes/enhancements#1111
The text was updated successfully, but these errors were encountered: