coreos / coreos-assembler

Tooling container to assemble CoreOS-like systems
https://coreos.github.io/coreos-assembler/
Apache License 2.0
337 stars 166 forks source link

build.sh: freeze edk2 to fix PXE 4K UEFI tests #3816

Closed yasminvalim closed 4 months ago

yasminvalim commented 4 months ago

FCOS PXE 4K UEFI tests started to fail after edk2-ovmf updated to 20240524-1.fc40. Freeze on the previous version temporarily.

See also: https://github.com/coreos/coreos-assembler/issues/3815

Co-authored-by: Jonathan Lebon jonathan@jlebon.com

jlebon commented 4 months ago
[2024-06-04T17:37:43.641Z] FAIL: pxe-offline-install.4k.uefi (10m0.005s)
[2024-06-04T17:37:43.641Z]     timed out after 10m0s
[2024-06-04T17:37:43.641Z] Running test: pxe-online-install.bios
[2024-06-04T17:39:19.955Z] PASS: pxe-online-install.bios (1m19.81s)
[2024-06-04T17:39:19.955Z] Running test: pxe-online-install.4k.uefi
[2024-06-04T17:49:11.883Z] FAIL: pxe-online-install.4k.uefi (10m0.001s)
[2024-06-04T17:49:11.883Z]     timed out after 10m0s

Looks like it's not grub2 (or at least, not just grub2). Investigating.

jlebon commented 4 months ago

Reproduced locally. Looks like the culprit is: https://bodhi.fedoraproject.org/updates/FEDORA-2024-2bb8a282d5.

@yasminvalim Can you file an RHBZ against edk2 with details?

yasminvalim commented 4 months ago

Reproduced locally. Looks like the culprit is: https://bodhi.fedoraproject.org/updates/FEDORA-2024-2bb8a282d5.

@yasminvalim Can you file an RHBZ against edk2 with details?

Sure, I shared the link for it in the slack channel.

jlebon commented 4 months ago

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.