mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Try running iot_zezere_server on minimal UEFI image instead
OK, so we can't have parallel tests on different machines, so we can't have iot_zezere_server on 64bit and iot_zezere_ignition on uefi. We need both to be on uefi. So, let's try using the minimal-uefi image that we build for upgrade tests instead. It's built for -1 (which is the same as CURRREL) on x86_64 and aarch64 so it should be there when we need it. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
fd08abf954
commit
810ab3777d
@ -477,10 +477,6 @@
|
|||||||
"machine": "aarch64",
|
"machine": "aarch64",
|
||||||
"product": "fedora-IoT-dvd_ostree-iso-aarch64-*"
|
"product": "fedora-IoT-dvd_ostree-iso-aarch64-*"
|
||||||
},
|
},
|
||||||
"fedora-IoT-dvd_ostree-iso-x86_64-*-64bit": {
|
|
||||||
"machine": "64bit",
|
|
||||||
"product": "fedora-IoT-dvd_ostree-iso-x86_64-*"
|
|
||||||
},
|
|
||||||
"fedora-IoT-dvd_ostree-iso-x86_64-*-uefi": {
|
"fedora-IoT-dvd_ostree-iso-x86_64-*-uefi": {
|
||||||
"machine": "uefi",
|
"machine": "uefi",
|
||||||
"product": "fedora-IoT-dvd_ostree-iso-x86_64-*"
|
"product": "fedora-IoT-dvd_ostree-iso-x86_64-*"
|
||||||
@ -2042,11 +2038,11 @@
|
|||||||
"iot_zezere_server": {
|
"iot_zezere_server": {
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"fedora-IoT-dvd_ostree-iso-aarch64-*-aarch64": 20,
|
"fedora-IoT-dvd_ostree-iso-aarch64-*-aarch64": 20,
|
||||||
"fedora-IoT-dvd_ostree-iso-x86_64-*-64bit": 40
|
"fedora-IoT-dvd_ostree-iso-x86_64-*-uefi": 40
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"BOOTFROM": "c",
|
"BOOTFROM": "c",
|
||||||
"HDD_1": "disk_f%CURRREL%_support_5_%ARCH%.qcow2",
|
"HDD_1": "disk_f%CURRREL%_minimal-uefi_3_%ARCH%.qcow2",
|
||||||
"NICTYPE": "tap",
|
"NICTYPE": "tap",
|
||||||
"PARALLEL_CANCEL_WHOLE_CLUSTER": "0",
|
"PARALLEL_CANCEL_WHOLE_CLUSTER": "0",
|
||||||
"POSTINSTALL": "_iot_zezere_server _setup_browser _iot_zezere_remote",
|
"POSTINSTALL": "_iot_zezere_server _setup_browser _iot_zezere_remote",
|
||||||
|
Loading…
Reference in New Issue
Block a user