-
Notifications
You must be signed in to change notification settings - Fork 179
build.sh: freeze edk2 to fix PXE 4K UEFI tests #3816
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
9b0808d
to
9fb86b2
Compare
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
Looks like it's not grub2 (or at least, not just grub2). Investigating. |
9fb86b2
to
2f66828
Compare
Reproduced locally. Looks like the culprit is: https://bodhi.fedoraproject.org/updates/FEDORA-2024-2bb8a282d5. @yasminvalim Can you file an RHBZ against |
FCOS PXE 4K UEFI tests started to fail after edk2-ovmf updated to 20240524-1.fc40. Freeze on the previous version temporarily. See also: coreos#3815 Co-authored-by: Jonathan Lebon <[email protected]>
2f66828
to
a25ed4f
Compare
Sure, I shared the link for it in the slack channel. |
OK cool. CoreOS CI is passing now. Just going to merge this so we can get releases for this week started and pushed out sooner. Prow here doesn't run testiso tests. |
FCOS PXE 4K UEFI tests started to fail after edk2-ovmf updated to
20240524-1.fc40. Freeze on the previous version temporarily.
See also: #3815
Co-authored-by: Jonathan Lebon [email protected]