1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-02-16 20:44:31 +00:00

Create a new flavor to run upgrades.

This commit is contained in:
Lukas Ruzicka 2021-11-23 13:14:13 +01:00
parent 5cad88402c
commit 124a9f509b

View File

@ -385,6 +385,16 @@
},
"version": "*"
},
"fedora-workstation-upgrade-x86_64-*": {
"arch": "x86_64",
"distri": "fedora",
"flavor": "upgrades",
"settings": {
"TEST_TARGET": "ISO",
"DEPLOY_UPLOAD_TEST":"upgrade_desktop_64bit"
},
"version": "*"
},
"fedora-seasonal-aarch64-*": {
"arch": "aarch64",
"distri": "fedora",
@ -558,6 +568,10 @@
"machine": "uefi",
"product": "fedora-universal-x86_64-*"
},
"fedora-upgrades-x86_64-*-64bit": {
"machine": "64bit",
"product": "fedora-upgrades-x86_64-*"
},
"fedora-seasonal-aarch64-*-aarch64": {
"machine": "aarch64",
"product": "fedora-seasonal-aarch64-*"
@ -2549,6 +2563,22 @@
}
},
"upgrade_desktop_64bit": {
"profiles": {
"fedora-universal-x86_64-*-64bit": 30,
"fedora-universal-aarch64-*-aarch64": 40
},
"settings": {
"BOOTFROM": "c",
"DESKTOP": "gnome",
"HDD_1": "disk_f%UP1REL%_desktop_4_%ARCH%.img",
"ROOT_PASSWORD": "weakpassword",
"TEST_TARGET": "COMPOSE",
"UPGRADE": "1",
"USER_LOGIN": "test",
"USER_PASSWORD": "weakpassword"
}
},
"upgrade_workstation_64bit": {
"profiles": {
"fedora-universal-x86_64-*-64bit": 30,
"fedora-universal-aarch64-*-aarch64": 40