From 810ab3777d2ded85d99020e1f590469a8e66ad2f Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 17 Mar 2022 11:07:19 -0700 Subject: [PATCH] Try running iot_zezere_server on minimal UEFI image instead OK, so we can't have parallel tests on different machines, so we can't have iot_zezere_server on 64bit and iot_zezere_ignition on uefi. We need both to be on uefi. So, let's try using the minimal-uefi image that we build for upgrade tests instead. It's built for -1 (which is the same as CURRREL) on x86_64 and aarch64 so it should be there when we need it. Signed-off-by: Adam Williamson --- templates.fif.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/templates.fif.json b/templates.fif.json index 2df5e71c..8ddbf935 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -477,10 +477,6 @@ "machine": "aarch64", "product": "fedora-IoT-dvd_ostree-iso-aarch64-*" }, - "fedora-IoT-dvd_ostree-iso-x86_64-*-64bit": { - "machine": "64bit", - "product": "fedora-IoT-dvd_ostree-iso-x86_64-*" - }, "fedora-IoT-dvd_ostree-iso-x86_64-*-uefi": { "machine": "uefi", "product": "fedora-IoT-dvd_ostree-iso-x86_64-*" @@ -2042,11 +2038,11 @@ "iot_zezere_server": { "profiles": { "fedora-IoT-dvd_ostree-iso-aarch64-*-aarch64": 20, - "fedora-IoT-dvd_ostree-iso-x86_64-*-64bit": 40 + "fedora-IoT-dvd_ostree-iso-x86_64-*-uefi": 40 }, "settings": { "BOOTFROM": "c", - "HDD_1": "disk_f%CURRREL%_support_5_%ARCH%.qcow2", + "HDD_1": "disk_f%CURRREL%_minimal-uefi_3_%ARCH%.qcow2", "NICTYPE": "tap", "PARALLEL_CANCEL_WHOLE_CLUSTER": "0", "POSTINSTALL": "_iot_zezere_server _setup_browser _iot_zezere_remote",