-
Notifications
You must be signed in to change notification settings - Fork 290
🌱 Adds overlays for release v0.12 #2872
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
base: main
Are you sure you want to change the base?
Conversation
|
/test ? |
|
@Sunnatillo: The following commands are available to trigger required jobs: The following commands are available to trigger optional jobs: Use DetailsIn 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 metal3-bmo-e2e-test-optional-pull |
adilGhaffarDev
left a comment
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.
/lgtm
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: adilGhaffarDev The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@lentzi90 I wrongly commented on the other PR, how about this one? If this is adding the overlays, what is running on the PRs then? |
|
This is adding config for the optional tests (i.e. upgrade). These tests doesn't make much sense to trigger on release branches. It would run the upgrade tests that existed when the release was cut. We run them from main to check upgrades from all supported versions |
lentzi90
left a comment
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.
I think the tests fail because we run an older version of IrSO:
baremetal-operator/test/e2e/data/ironic-standalone-operator/operator/kustomization.yaml
Line 6 in 2d32335
| - https://github.com/metal3-io/ironic-standalone-operator/releases/download/v0.5.2/install.yaml |
We will need to coordinate so that we test versions of IrSO and Ironic that work together. Maybe we can remove some of the older Ironic tests and Bump IrSO? Or in worst case we will need to use multiple IrSO versions in these tests, maybe also upgrading IrSO.
Ok thanks for explaining this, I understood as this was adding overlays for release branch, the PR e2e tests should use this on PRs for release-0.12 |
Removes old overlays for release v0.9 Signed-off-by: Sunnatillo <[email protected]>
e5d77c5 to
7dcea7d
Compare
|
New changes are detected. LGTM label has been removed. |
|
/test metal3-bmo-e2e-test-optional-pull |
|
|
||
| resources: | ||
| - https://github.com/metal3-io/ironic-standalone-operator/releases/download/v0.5.2/install.yaml | ||
| - https://github.com/metal3-io/ironic-standalone-operator/releases/download/v0.7.0/install.yaml |
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 will not work for the older versions. IrSO v0.7.0 only supports Ironic v31 - v33. I still see tests with Ironic v28 - v30 in the config. These will break.
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.
Should we parameterize 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.
No we should not parameterize. If we must test more Ironic versions than the latest IrSO supports, we will need multiple IrSO versions. Just make a copy with the newer version, like we have for each version of Ironic. We may need to add the IrSO overlay also to the e2e upgrade config so it can be different per test.
For example we could test this:
- IrSO v0.5 | Ironic v28 -> v31 ("latest" for IrSO v0.5)
- IrSO v0.5 | Ironic v29 -> v31
- IrSO v0.5 | Ironic v30 -> v31
- IrSO v0.7 | Ironic v31 -> latest (v33 for IrSO v0.7)
- IrSO v0.7 | Ironic v32 -> latest
- IrSO v0.7 | Ironic v33 -> latest <-- This we can remove since there is no newer version than v33.
Note that IrSO v0.5 cannot use Ironic > v31. When we upgrade to "latest" we really upgrade to the latest supported version by IrSO.
|
@Sunnatillo: The following test failed, say
DetailsInstructions 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. I understand the commands that are listed here. |
|
@Sunnatillo: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
What this PR does / why we need it:
Adds overlays for release v0.12
Fixes #
Checklist: