From 4e102743b7c924d7482112afd26fd283a7f7b663 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 27 May 2024 08:48:38 -0700 Subject: [PATCH] Put all upgrade encrypted tests back on UEFI They use base disk images, and it's too fiddly to try and arrange for the one the update test uses to be UEFI but the other to be BIOS...let's just keep these on UEFI but kick up the retry count :/ Signed-off-by: Adam Williamson --- templates.fif.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates.fif.json b/templates.fif.json index 7db5f216..3cfd1169 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -2945,7 +2945,7 @@ }, "upgrade_2_desktop_encrypted": { "profiles": { - "fedora-universal-x86_64-*-bios": 40, + "fedora-universal-x86_64-*-64bit": 40, "fedora-universal-aarch64-*-aarch64": 40 }, "settings": { @@ -2953,6 +2953,7 @@ "DESKTOP": "gnome", "ENCRYPT_PASSWORD": "weakpassword", "HDD_1": "disk_f%UP2REL%_desktopencrypt_2_%ARCH%.qcow2", + "RETRY": "4", "ROOT_PASSWORD": "weakpassword", "TEST_TARGET": "COMPOSE", "UPGRADE": "1", @@ -3078,7 +3079,7 @@ }, "upgrade_desktop_encrypted_64bit": { "profiles": { - "fedora-universal-x86_64-*-bios": 30, + "fedora-universal-x86_64-*-64bit": 30, "fedora-universal-aarch64-*-aarch64": 40 }, "settings": {