-
Notifications
You must be signed in to change notification settings - Fork 1.4k
🌱 Skipping test that is failing because of infra issues #12496
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
Conversation
/test ? |
@adilGhaffarDev: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
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-sigs/prow repository. |
/test pull-cluster-api-e2e-main-gke |
062821e
to
862f1f9
Compare
862f1f9
to
d7407a7
Compare
d7407a7
to
be07107
Compare
/test capi-kubernetes-kind-network-ipv6 |
/test pull-cluster-api-e2e-main-gke |
We also need to clone the kind repo in the test YAML, I will open the PR to do that. |
No, I think this line is not needed in the yaml: |
@sbueringer , please check: kubernetes/test-infra#35239 |
/test pull-cluster-api-e2e-main-gke |
/test capi-kubernetes-kind-network-ipv6 |
Yeah, that is what I expected, now the job is running CAPI tests instead of kind tests |
@adilGhaffarDev Can you try to set Like this extra_refs:
- org: kubernetes-sigs
repo: kind
base_ref: main
path_alias: sigs.k8s.io/kind
workdir: true |
I think |
Okay looked up the job. Agree. There should be no need to even clone the kind repo? |
agree, I have updated the PR: kubernetes/test-infra#35240 |
/test capi-kubernetes-kind-network-ipv6 |
Hm, two tests cases are failing. Are we sure we are running the same tests? I'm missing the "[Feature:IPv6DualStack]" prefix |
be07107
to
903c7bf
Compare
/test pull-cluster-api-e2e-main |
/area/e2e-testing |
/area e2e-testing |
@sbueringer please check |
I diff'ed the test cases executed before and after this change. Looks perfect. Thank you! /lgtm |
LGTM label has been added. Git tree hash: 564739ad8c2db308b98877326fe9ed844133c7a0
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@adilGhaffarDev Would be nice if you can go ahead and open a PR to cleanup the temporary jobs we created in test-infra |
I will do that. |
We also have to backport. Let's see if it just works |
/cherry-pick release-1.10 |
/cherry-pick release-1.9 |
/cherry-pick release-1.8 |
@sbueringer: new pull request created: #12566 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-sigs/prow repository. |
@sbueringer: new pull request created: #12567 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-sigs/prow repository. |
@sbueringer: new pull request created: #12568 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-sigs/prow repository. |
What this PR does / why we need it:
Skipping Test:
[Feature:IPv6DualStack] Granular Checks: Services Secondary IP Family [LinuxOnly] should function for service endpoints using hostNetwork
This test is being skipped because it consistently fails on EKS clusters.
It also fails in Kind when running on EKS. However, when running on GKE, the same test passes in both Kind and CAPI.
Since we cannot move CAPI jobs to GKE at this time, we are skipping the test in CAPI e2e for now.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #12449