-
Notifications
You must be signed in to change notification settings - Fork 254
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
🌱 Add BMO 0.8 e2e #1945
🌱 Add BMO 0.8 e2e #1945
Conversation
/cc @mquhuy @kashifest |
bdf50b6
to
a2f9a61
Compare
We can remove the ironic upgrade tests that runs on release-0.6 (L63-80 on |
The |
Were still testing 24.0, so why would we remove it? |
The idea is to test ironic upgrade with BMO version fixed to the latest stable release. |
Add BMO 0.8 e2e and drop BMO 0.4. Add ironic 25.0 and 26.0 to overlays. Signed-off-by: Tuomo Tanskanen <[email protected]>
a2f9a61
to
cd30cfc
Compare
OK, got the spec meaning now, revamped them. PTAL. |
/lgtm |
/retest |
/test ? |
@mquhuy: 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. |
/retest |
@@ -3,7 +3,7 @@ images: | |||
- name: quay.io/metal3-io/baremetal-operator:e2e | |||
loadBehavior: tryLoad | |||
# Save some time and network by using cached images if available | |||
- name: quay.io/metal3-io/baremetal-operator:release-0.4 | |||
- name: quay.io/metal3-io/baremetal-operator:release-0.8 |
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.
from release-0.4 to release-0.8 ? Why the jump? Were we doing things wrongly before?
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.
It is preloading images. We don't use 0.4 anymore, and I guess forgot to bump it. I figured 0.8 is most used, so preloading it helps the most?
@@ -5,7 +5,7 @@ images: | |||
- name: quay.io/metal3-io/ironic:e2e | |||
loadBehavior: tryLoad | |||
# Save some time and network by using cached images if available | |||
- name: quay.io/metal3-io/baremetal-operator:release-0.4 | |||
- name: quay.io/metal3-io/baremetal-operator:release-0.8 |
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.
same question here
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.
Same as above
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kashifest 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 |
/retest |
Add BMO 0.8 e2e and drop BMO 0.4. Add ironic 25.0 and 26.0 to overlays.