Commit Graph

8 Commits

Author SHA1 Message Date
James Le Cuirot
d1ba9b19fb
Switch from raw (.fd) EDK2 firmware images to QCOW2, plus 4MB on amd64
The new arm64 firmware supporting Secure Boot (see next commit) is in
QCOW2 format only, avoiding the extra space taken up by the 64MB
padding. Supporting both raw and QCOW2 images would be messy, so switch
entirely to QCOW2.

Only the 4MB images are in QCOW2 format on amd64, so also switch away
from the 2MB images. 4MB images are now the default for most
distributions as they are needed to apply certain Windows updates.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-11-12 11:59:40 +00:00
Jeremi Piotrowski
fd54cca8ec Switch remaining uses of QEMU_UEFI_BIOS to QEMU_UEFI_FIRMWARE
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-09-17 11:01:06 +02:00
Thilo Fromm
cd7e9b70fd run_local_tests.sh: unquote tests var so lists and kola options can pass
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-11-10 18:11:14 +01:00
Thilo Fromm
28f4360357 run_local_tests.sh: simplify update test handline 2023-10-30 17:21:26 +01:00
Thilo Fromm
65bf2bfd0c Update run_local_tests.sh: improve quoting
Co-authored-by: Krzesimir Nowak <knowak@microsoft.com>
2023-10-23 16:05:46 +02:00
Thilo Fromm
6dd2f203f1 run_local_tests.sh: un-break variable quoting
Turns out using ${var@Q} instead of ${var} ends up with paths like
/work/foo/'amd64'-usr/...
instead of
/work/foo/amd64-usr/...
which breaks the script. So we revert it.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-23 16:05:46 +02:00
Thilo Fromm
c2d1c13abd Apply bash scripting suggestions from code review
Thank you Krzesimir!

Co-authored-by: Krzesimir Nowak <knowak@microsoft.com>
2023-10-23 16:05:45 +02:00
Thilo Fromm
35779f1ca3 run_local_tests.sh: script for running tests on local builds
This change adds run_local_tests.sh, a script to run tests on local
builds. It's a comfort wrapper around ci-automation scripts and uses
the latest local build.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-23 16:05:45 +02:00