1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-10-01 02:08:49 +00:00

Enable Workstation updates tests on aarch64

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-08-29 13:34:22 -07:00
parent e04b1bbb31
commit feda79ebfc

View File

@ -169,6 +169,11 @@
"arch": "x86_64", "arch": "x86_64",
"flavor": "updates-workstation-upgrade" "flavor": "updates-workstation-upgrade"
}, },
"fedora-updates-workstation-aarch64-*": {
"arch": "aarch64",
"flavor": "updates-workstation",
"group_name": "Fedora AArch64 Updates"
},
"fedora-updates-workstation-x86_64-*": { "fedora-updates-workstation-x86_64-*": {
"arch": "x86_64", "arch": "x86_64",
"flavor": "updates-workstation" "flavor": "updates-workstation"
@ -251,6 +256,10 @@
"machine": "64bit", "machine": "64bit",
"product": "fedora-updates-workstation-upgrade-x86_64-*" "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": { "fedora-updates-workstation-x86_64-*-64bit": {
"machine": "64bit", "machine": "64bit",
"product": "fedora-updates-workstation-x86_64-*" "product": "fedora-updates-workstation-x86_64-*"
@ -272,6 +281,7 @@
}, },
"updates-desktops": { "updates-desktops": {
"fedora-updates-kde-x86_64-*-64bit": 0, "fedora-updates-kde-x86_64-*-64bit": 0,
"fedora-updates-workstation-aarch64-*-aarch64": 0,
"fedora-updates-workstation-x86_64-*-64bit": 0 "fedora-updates-workstation-x86_64-*-64bit": 0
}, },
"updates-base-tests": { "updates-base-tests": {
@ -334,6 +344,7 @@
}, },
"desktop_keyring": { "desktop_keyring": {
"profiles": { "profiles": {
"fedora-updates-workstation-aarch64-*-aarch64": 5,
"fedora-updates-workstation-x86_64-*-64bit": 5 "fedora-updates-workstation-x86_64-*-64bit": 5
} }
}, },
@ -583,6 +594,7 @@
}, },
"toolbox": { "toolbox": {
"profiles": { "profiles": {
"fedora-updates-workstation-aarch64-*-aarch64": 5,
"fedora-updates-workstation-x86_64-*-64bit": 5 "fedora-updates-workstation-x86_64-*-64bit": 5
} }
}, },