mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-09-30 17:58:50 +00:00
Enable Workstation updates tests on aarch64
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
e04b1bbb31
commit
feda79ebfc
@ -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
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user