-
Notifications
You must be signed in to change notification settings - Fork 278
🌱 Update e2e config and clusterctl-upgrade #2565
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
✅ Deploy Preview for kubernetes-sigs-cluster-api-openstack ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
/test pull-cluster-api-provider-openstack-e2e-full-test |
3948c8c
to
52fe7ab
Compare
/test pull-cluster-api-provider-openstack-e2e-full-test |
1 similar comment
/test pull-cluster-api-provider-openstack-e2e-full-test |
52fe7ab
to
a6b2732
Compare
/test pull-cluster-api-provider-openstack-e2e-full-test |
a6b2732
to
a008ac9
Compare
/test pull-cluster-api-provider-openstack-e2e-full-test |
a008ac9
to
6c9f9b2
Compare
/test pull-cluster-api-provider-openstack-e2e-full-test |
I see now where the new syntax came from 👍 Looks good to me when the tests are passing. Some issue with release artifacts in an old version? |
For some reason they decided to have versions without "v" in some places and with "v" in other places. And I am fumbling around figuring out where to put what 😂 |
6c9f9b2
to
f22a626
Compare
/test pull-cluster-api-provider-openstack-e2e-full-test |
f22a626
to
a696906
Compare
/test pull-cluster-api-provider-openstack-e2e-full-test |
This updates mostly the clusterctl-upgrade e2e test. We make use of new functionality in the CAPI framework to calculate the latest patch releases instead of hard-coding them. The upgrade start from CAPI v1.9 instead of v1.6, to keep the tested versions within supported releases. Similarly CAPO upgrades from v0.11. Also an upgrade from v0.12 to main is added. Signed-off-by: Lennart Jern <[email protected]>
a696906
to
c20ed8d
Compare
/test pull-cluster-api-provider-openstack-e2e-full-test |
It took some time but I managed to get all the "v"s in correct places. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: EmilienM 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 |
What this PR does / why we need it:
This updates mostly the clusterctl-upgrade e2e test. We make use of new functionality in the CAPI framework to calculate the latest patch releases instead of hard-coding them. The upgrade start from CAPI v1.9 instead of v1.6, to keep the tested versions within supported releases. Similarly CAPO upgrades from v0.11. Also an upgrade from v0.12 to main is added.
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 ##2564
Special notes for your reviewer:
TODOs:
/hold