From e5229fd969c8ca99c868f6478b9928c48cf0c916 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 18 Jun 2021 14:44:09 -0700 Subject: [PATCH] Run desktop upgrade tests on aarch64 (#220) Signed-off-by: Adam Williamson --- templates.fif.json | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/templates.fif.json b/templates.fif.json index 16d0cbd8..83355ddd 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -2329,12 +2329,13 @@ }, "upgrade_2_desktop_64bit": { "profiles": { - "fedora-universal-x86_64-*-64bit": 40 + "fedora-universal-x86_64-*-64bit": 40, + "fedora-universal-aarch64-*-aarch64": 40 }, "settings": { "BOOTFROM": "c", "DESKTOP": "gnome", - "HDD_1": "disk_f%UP2REL%_desktop_4_x86_64.img", + "HDD_1": "disk_f%UP2REL%_desktop_4_%ARCH%.img", "ROOT_PASSWORD": "weakpassword", "TEST_TARGET": "COMPOSE", "UPGRADE": "1", @@ -2344,13 +2345,14 @@ }, "upgrade_2_desktop_encrypted_64bit": { "profiles": { - "fedora-universal-x86_64-*-64bit": 40 + "fedora-universal-x86_64-*-64bit": 40, + "fedora-universal-aarch64-*-aarch64": 40 }, "settings": { "BOOTFROM": "c", "DESKTOP": "gnome", "ENCRYPT_PASSWORD": "weakpassword", - "HDD_1": "disk_f%UP2REL%_desktopencrypt_x86_64.img", + "HDD_1": "disk_f%UP2REL%_desktopencrypt_%ARCH%.img", "ROOT_PASSWORD": "weakpassword", "TEST_TARGET": "COMPOSE", "UPGRADE": "1", @@ -2459,12 +2461,13 @@ }, "upgrade_desktop_64bit": { "profiles": { - "fedora-universal-x86_64-*-64bit": 30 + "fedora-universal-x86_64-*-64bit": 30, + "fedora-universal-aarch64-*-aarch64": 40 }, "settings": { "BOOTFROM": "c", "DESKTOP": "gnome", - "HDD_1": "disk_f%UP1REL%_desktop_4_x86_64.img", + "HDD_1": "disk_f%UP1REL%_desktop_4_%ARCH%.img", "ROOT_PASSWORD": "weakpassword", "TEST_TARGET": "COMPOSE", "UPGRADE": "1", @@ -2474,13 +2477,14 @@ }, "upgrade_desktop_encrypted_64bit": { "profiles": { - "fedora-universal-x86_64-*-64bit": 30 + "fedora-universal-x86_64-*-64bit": 30, + "fedora-universal-aarch64-*-aarch64": 40 }, "settings": { "BOOTFROM": "c", "DESKTOP": "gnome", "ENCRYPT_PASSWORD": "weakpassword", - "HDD_1": "disk_f%UP1REL%_desktopencrypt_x86_64.img", + "HDD_1": "disk_f%UP1REL%_desktopencrypt_%ARCH%.img", "ROOT_PASSWORD": "weakpassword", "TEST_TARGET": "COMPOSE", "UPGRADE": "1",