From feda79ebfcc40b47ccd41f2a4db698b487b25f84 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 29 Aug 2025 13:34:22 -0700 Subject: [PATCH] Enable Workstation updates tests on aarch64 Signed-off-by: Adam Williamson --- templates-updates.fif.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/templates-updates.fif.json b/templates-updates.fif.json index a0113420..f2de8929 100644 --- a/templates-updates.fif.json +++ b/templates-updates.fif.json @@ -169,6 +169,11 @@ "arch": "x86_64", "flavor": "updates-workstation-upgrade" }, + "fedora-updates-workstation-aarch64-*": { + "arch": "aarch64", + "flavor": "updates-workstation", + "group_name": "Fedora AArch64 Updates" + }, "fedora-updates-workstation-x86_64-*": { "arch": "x86_64", "flavor": "updates-workstation" @@ -251,6 +256,10 @@ "machine": "64bit", "product": "fedora-updates-workstation-upgrade-x86_64-*" }, + "fedora-updates-workstation-aarch64-*-aarch64": { + "machine": "aarch64", + "product": "fedora-updates-workstation-aarch64-*" + }, "fedora-updates-workstation-x86_64-*-64bit": { "machine": "64bit", "product": "fedora-updates-workstation-x86_64-*" @@ -272,6 +281,7 @@ }, "updates-desktops": { "fedora-updates-kde-x86_64-*-64bit": 0, + "fedora-updates-workstation-aarch64-*-aarch64": 0, "fedora-updates-workstation-x86_64-*-64bit": 0 }, "updates-base-tests": { @@ -334,6 +344,7 @@ }, "desktop_keyring": { "profiles": { + "fedora-updates-workstation-aarch64-*-aarch64": 5, "fedora-updates-workstation-x86_64-*-64bit": 5 } }, @@ -583,6 +594,7 @@ }, "toolbox": { "profiles": { + "fedora-updates-workstation-aarch64-*-aarch64": 5, "fedora-updates-workstation-x86_64-*-64bit": 5 } },