mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-01-02 23:53:08 +00:00
Set TEST_TARGET to COMPOSE for upgrade flavors
The ISO or HDD image won't be attached to the post-upgrade tests, and these are not tests of the image anyway, they're tests of the compose. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
b0fb6911f3
commit
7adb698b21
@ -347,7 +347,7 @@
|
||||
"DEPLOY_UPLOAD_TEST": "upgrade_desktop_64bit" ,
|
||||
"HDDSIZEGB": "20",
|
||||
"PACKAGE_SET": "default",
|
||||
"TEST_TARGET": "ISO"
|
||||
"TEST_TARGET": "COMPOSE"
|
||||
},
|
||||
"version": "*"
|
||||
},
|
||||
@ -369,7 +369,7 @@
|
||||
"settings": {
|
||||
"DEPLOY_UPLOAD_TEST": "upgrade_desktop_64bit",
|
||||
"DESKTOP": "gnome",
|
||||
"TEST_TARGET": "HDD_2"
|
||||
"TEST_TARGET": "COMPOSE"
|
||||
},
|
||||
"version": "*"
|
||||
},
|
||||
@ -378,7 +378,7 @@
|
||||
"distri": "fedora",
|
||||
"flavor": "universal",
|
||||
"settings": {
|
||||
"TEST_TARGET": "ISO"
|
||||
"TEST_TARGET": "COMPOSE"
|
||||
},
|
||||
"version": "*"
|
||||
},
|
||||
@ -387,7 +387,7 @@
|
||||
"distri": "fedora",
|
||||
"flavor": "universal",
|
||||
"settings": {
|
||||
"TEST_TARGET": "ISO"
|
||||
"TEST_TARGET": "COMPOSE"
|
||||
},
|
||||
"version": "*"
|
||||
},
|
||||
@ -396,7 +396,7 @@
|
||||
"distri": "fedora",
|
||||
"flavor": "universal",
|
||||
"settings": {
|
||||
"TEST_TARGET": "ISO"
|
||||
"TEST_TARGET": "COMPOSE"
|
||||
},
|
||||
"version": "*"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user