-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
🐛 test: pin conformance image to a version which includes a fix for the dualstack tests #9252
🐛 test: pin conformance image to a version which includes a fix for the dualstack tests #9252
Conversation
/test help |
@chrischdi: The specified target(s) for
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/test-infra repository. |
/test pull-cluster-api-e2e-full-dualstack-and-ipv6-main |
/area e2e-testing |
In general lgtm. Thx for taking care of 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.
Thanks for this fix!
/lgtm
LGTM label has been added. Git tree hash: e8388ff20b535a01d151155bc6190c1f510915d8
|
/cherry-pick release-1.5 |
@killianmuldoon: once the present PR merges, I will cherry-pick it on top of release-1.5 in a new PR and assign it to you. 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. |
d57f454
to
5493f59
Compare
/test pull-cluster-api-e2e-full-dualstack-and-ipv6-main |
Thx! /hold |
[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 |
LGTM label has been added. Git tree hash: d41f8791757807a4e12168d7a982521e9c2caac0
|
CI is happy /hold cancel |
@killianmuldoon: new pull request created: #9256 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. |
….28.0-conformance-fix 🐛 test: pin conformance image to a version which includes a fix for the dualstack tests
What this PR does / why we need it:
Pins the container image used for kubernetes conformance tests in our dualstack tests to the version of commit: kubernetes/kubernetes@18290bfdc8f
This is to include the following fixes:
Note: this fixes are getting cherry-picked to kubernetes
release-1.28
in:And the introduced changes should get dropped when we bump to a newer version than
v1.28.0
atcluster-api/test/e2e/config/docker.yaml
Line 241 in d57f454
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 #9240