From fd54cca8ecf8ba498aedc31490d39ef980840d8a Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Tue, 10 Sep 2024 11:39:56 +0200 Subject: [PATCH] Switch remaining uses of QEMU_UEFI_BIOS to QEMU_UEFI_FIRMWARE Signed-off-by: Jeremi Piotrowski --- .github/workflows/run-kola-tests.yaml | 5 +++-- run_local_tests.sh | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-kola-tests.yaml b/.github/workflows/run-kola-tests.yaml index 84015f9a71..7e3ea8b039 100644 --- a/.github/workflows/run-kola-tests.yaml +++ b/.github/workflows/run-kola-tests.yaml @@ -162,7 +162,7 @@ jobs: # Extract the generic image we'll use for qemu tests. # Note that the qemu[_uefi] tests use the generic image instead of the # qemu vendor VM image ("Astronaut: [...] Always have been."). - mv flatcar_production_image.bin flatcar_production_qemu_uefi_efi_code.fd scripts/ + mv flatcar_production_image.bin flatcar_production_qemu_uefi_efi_code.fd flatcar_production_qemu_uefi_efi_vars.fd scripts/ mv flatcar_test_update.gz scripts/ @@ -197,7 +197,8 @@ jobs: cat > sdk_container/.env < sdk_container/.env <