-
Notifications
You must be signed in to change notification settings - Fork 290
🌱 E2E: Use UEFI #2770
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?
🌱 E2E: Use UEFI #2770
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
55be93f to
c709b4e
Compare
b9cf421 to
265449a
Compare
|
/hold |
265449a to
ff1aea4
Compare
ff1aea4 to
7c95cbb
Compare
7c95cbb to
61f88dd
Compare
|
Ok I think I have figured out all issues now. The part I was missing for virtualmedia was that the VMs run with secure boot. That doesn't work well with cirros. I have now disabled secure boot. The second issue is for network boot. I think it boils down to #2792. Our DHCP config is not as it should be. I have managed to get around it locally but it is not a pretty workaround. I'll see if I can come up with something better here. |
Switch e2e tests to UEFI instead of Legacy. Signed-off-by: Lennart Jern <[email protected]>
Signed-off-by: Lennart Jern <[email protected]>
61f88dd to
5bdf34b
Compare
|
Good! Now virtualmedia is working properly. DHCP is left to fix to make IPMI green. |
Use Ironic dnsmasq container for DHCP. This requires a workaround for now, since the keepalived image we use doesn't support any other IP range than /32. Signed-off-by: Lennart Jern <[email protected]>
94be32c to
d8e0d52
Compare
|
All green! 🎉 |
|
@lentzi90: 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 |
|
First upgrade timed out in AfterEach while deleting the namespace. I think this is a flake. After that, all tests fail because the ironic node conflicts with the next test... |
|
/hold cancel |
|
This now also fixes #2792. |
|
/lgtm |
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
What this PR does / why we need it:
Switch e2e tests to UEFI instead of Legacy.
(Second attempt)
Fixes #1607
Checklist: