1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-02-22 23:24:31 +00:00

Try an upload test to leave an image and try running tests on it.

This commit is contained in:
Lukáš Růžička 2021-08-23 11:34:40 +02:00 committed by Adam Williamson
parent 02c47efab4
commit 307e3d8047

View File

@ -380,7 +380,8 @@
"distri": "fedora", "distri": "fedora",
"flavor": "universal", "flavor": "universal",
"settings": { "settings": {
"TEST_TARGET": "ISO" "TEST_TARGET": "ISO",
"DEPLOY_UPLOAD_TEST":"upgrade_desktop_64bit"
}, },
"version": "*" "version": "*"
}, },
@ -579,7 +580,8 @@
"profiles": { "profiles": {
"fedora-KDE-live-iso-x86_64-*-64bit": 40, "fedora-KDE-live-iso-x86_64-*-64bit": 40,
"fedora-Workstation-live-iso-ppc64le-*-ppc64le": 40, "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 40,
"fedora-Workstation-live-iso-x86_64-*-64bit": 40 "fedora-Workstation-live-iso-x86_64-*-64bit": 40,
"fedora-universal-x86_64-*-64bit": 40
}, },
"settings": { "settings": {
"BOOTFROM": "c", "BOOTFROM": "c",
@ -2555,6 +2557,7 @@
"DESKTOP": "gnome", "DESKTOP": "gnome",
"HDD_1": "disk_f%UP1REL%_desktop_4_%ARCH%.img", "HDD_1": "disk_f%UP1REL%_desktop_4_%ARCH%.img",
"ROOT_PASSWORD": "weakpassword", "ROOT_PASSWORD": "weakpassword",
"STORE_HDD_1":"disk_upgraded_%FLAVOR%_%MACHINE%.qcow2",
"TEST_TARGET": "COMPOSE", "TEST_TARGET": "COMPOSE",
"UPGRADE": "1", "UPGRADE": "1",
"USER_LOGIN": "test", "USER_LOGIN": "test",