-
Notifications
You must be signed in to change notification settings - Fork 261
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
🐛 e2e: stop testing upgrades from v1alpha5 (v0.6) #1893
Conversation
✅ Deploy Preview for kubernetes-sigs-cluster-api-openstack ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
/test pull-cluster-api-provider-openstack-e2e-full-test |
/test pull-cluster-api-provider-openstack-e2e-full-test |
/cc mdbooth |
/test pull-cluster-api-provider-openstack-e2e-full-test |
I would not say this fixes #1885. That was already fixed. We just stop testing the 0.6 -> main upgrade, which is fine. |
/test pull-cluster-api-provider-openstack-e2e-full-test |
Not sure what that test failure was about. Looks like a flake to me. It got a TLS error from the webhook when applying the cluster template 🤷 |
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.
This looks good to me, but I wonder if we could add a v0.9 upgrade test while at it? We should anyway have an upgrade test from the latest release.
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.
Actually, let's merge this and I can add the 0.9 test separatey.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: EmilienM, lentzi90, mdbooth 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 |
For reference, I'm adding the 0.9 upgrade in #1894 |
/lgtm |
What this PR does / why we need it:
Since we stopped serving
v1alpha5
and has been marked as deprecated for a long time now, let's stop testing upgrades from that version.Instead, the upgrades will be tested from v0.7 which is based on v1alpha6 up to the latest version.
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 #1885