From c41b40e984fe9f187f813902ee0dfa1ee98520ed Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 19 Nov 2025 12:52:59 -0800 Subject: [PATCH] Run KDE upgrade tests on aarch64 Signed-off-by: Adam Williamson --- templates.fif.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/templates.fif.json b/templates.fif.json index 1a17051e..6d4785e8 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -2696,12 +2696,13 @@ }, "upgrade_2_kde": { "profiles": { - "fedora-universal-x86_64-*-64bit": 40 + "fedora-universal-x86_64-*-64bit": 40, + "fedora-universal-aarch64-*-aarch64": 40 }, "settings": { "BOOTFROM": "c", "DESKTOP": "kde", - "HDD_1": "disk_f%UP2REL%_kde_5_x86_64.qcow2", + "HDD_1": "disk_f%UP2REL%_kde_5_%ARCH%.qcow2", "ROOT_PASSWORD": "weakpassword", "TEST_TARGET": "COMPOSE", "UPGRADE": "1", @@ -2859,10 +2860,11 @@ }, "upgrade_kde": { "profiles": { - "fedora-universal-x86_64-*-64bit": 30 + "fedora-universal-x86_64-*-64bit": 30, + "fedora-universal-aarch64-*-aarch64": 30 }, "settings": { - "+HDD_1": "disk_f%UP1REL%_kde_5_x86_64.qcow2", + "+HDD_1": "disk_f%UP1REL%_kde_5_%ARCH%.qcow2", "BOOTFROM": "c", "DESKTOP": "kde", "ROOT_PASSWORD": "weakpassword", @@ -2874,10 +2876,11 @@ }, "upgrade_kde_graphical": { "profiles": { - "fedora-universal-x86_64-*-64bit": 30 + "fedora-universal-x86_64-*-64bit": 30, + "fedora-universal-aarch64-*-aarch64": 30 }, "settings": { - "+HDD_1": "disk_f%UP1REL%_kde_5_x86_64.qcow2", + "+HDD_1": "disk_f%UP1REL%_kde_5_%ARCH%.qcow2", "BOOTFROM": "c", "DESKTOP": "kde", "ROOT_PASSWORD": "weakpassword",