-
Notifications
You must be signed in to change notification settings - Fork 349
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
Remove extra || in SKIP formatting && bump k8 test binary to fix e2e issues found #4256
Remove extra || in SKIP formatting && bump k8 test binary to fix e2e issues found #4256
Conversation
Signed-off-by: Surya Seetharaman <suryaseetharaman.9@gmail.com>
✅ Deploy Preview for subtle-torrone-bb0c84 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Should bump the k8 test binary to a version that matches the k8 version in our go.mod but for now, just want to see if this commit fixes the test issues. |
K8 1.28.0 e2e test binary contains a programming error for dualstack "Granular Checks: Services Secondary IP Family" tests. See K8 commit: e7cfe85b9c1e760fb3537fe8feb5fb61c3a4aed2 for more details. Signed-off-by: Martin Kennelly <mkennell@redhat.com>
af495ca
to
54a40ac
Compare
@@ -45,7 +45,7 @@ install_kind() { | |||
} | |||
|
|||
pushd $TMP_DIR | |||
K8S_VERSION="v1.28.0" | |||
K8S_VERSION="v1.28.6" |
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.
haha you are awesome martin!!! :) thanks for spending time on this!
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.
/lgtm
Attempting to fix issue found in e2e tests in PR: #4253
Following tests were failing but should now be resolved:
](https://github.com/ovn-org/ovn-kubernetes/actions/runs/8551587549/job/23431934438?pr=4253)
More details in #4253 regarding the first commit.