Skip to content
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

Merged

Conversation

martinkennelly
Copy link
Contributor

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.

Signed-off-by: Surya Seetharaman <suryaseetharaman.9@gmail.com>
Copy link

netlify bot commented Apr 5, 2024

Deploy Preview for subtle-torrone-bb0c84 ready!

Name Link
🔨 Latest commit 54a40ac
🔍 Latest deploy log https://app.netlify.com/sites/subtle-torrone-bb0c84/deploys/6610373ec24e7f0008ae03dd
😎 Deploy Preview https://deploy-preview-4256--subtle-torrone-bb0c84.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@martinkennelly
Copy link
Contributor Author

martinkennelly commented Apr 5, 2024

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.
Edit: Test fix is in k8 1.28.2. I cant use that version with the current test code because theres no KinD node images of that version - so i picked the closest version which is 1.28.6

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>
@@ -45,7 +45,7 @@ install_kind() {
}

pushd $TMP_DIR
K8S_VERSION="v1.28.0"
K8S_VERSION="v1.28.6"
Copy link
Contributor

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!

@tssurya tssurya added kind/bug All issues that are bugs and PRs opened to fix bugs area/e2e-testing area/ci CI infrastructure related issues; use ci-flakes for flakes, e2e-testing and unit-testing for tests labels Apr 5, 2024
Copy link
Contributor

@tssurya tssurya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@tssurya tssurya merged commit ebdc80f into ovn-kubernetes:master Apr 5, 2024
37 of 38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci CI infrastructure related issues; use ci-flakes for flakes, e2e-testing and unit-testing for tests area/e2e-testing kind/bug All issues that are bugs and PRs opened to fix bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants