From 43e678ed6efd5006da044d7a195b7933d19c5406 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 11 Jul 2025 02:23:24 -0700 Subject: [PATCH] Use VGA video for non-graphical update tests This is an attempt to work around the failures that are happening with kernel-6.16.0-0.rc5.45.fc43 and later. Signed-off-by: Adam Williamson --- templates-updates.fif.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates-updates.fif.json b/templates-updates.fif.json index 2b69becb..315b5a4f 100644 --- a/templates-updates.fif.json +++ b/templates-updates.fif.json @@ -4,12 +4,14 @@ "settings": { "+HDD_1": "disk_f%VERSION%_server_5_%ARCH%.qcow2", "NUMDISKS": "2", + "QEMU_VIDEO_DEVICE": "VGA", "RETRY": "1" } }, "updates-everything-boot-iso": { "settings": { "NUMDISKS": "2", + "QEMU_VIDEO_DEVICE": "VGA", "RETRY": "1" } }, @@ -25,12 +27,14 @@ "settings": { "+HDD_1": "disk_f%VERSION%_server_5_%ARCH%.qcow2", "NUMDISKS": "2", + "QEMU_VIDEO_DEVICE": "VGA", "RETRY": "1" } }, "updates-server-upgrade": { "settings": { "NUMDISKS": "2", + "QEMU_VIDEO_DEVICE": "VGA", "RETRY": "1" } },