From ee2ec48ce8434d37217cae398291719af2135109 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 11 Jul 2025 11:25:30 -0700 Subject: [PATCH] Revert "Use VGA video for non-graphical update tests" This reverts commit 43e678ed6efd5006da044d7a195b7933d19c5406 and the follow-up commit, they didn't help. --- templates-updates.fif.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates-updates.fif.json b/templates-updates.fif.json index d92cd68e..2b69becb 100644 --- a/templates-updates.fif.json +++ b/templates-updates.fif.json @@ -4,14 +4,12 @@ "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" } }, @@ -27,14 +25,12 @@ "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" } },