mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-08-21 06:45:44 +00:00
Use VGA video for non-graphical update tests
This is an attempt to work around the failures that are happening with kernel-6.16.0-0.rc5.45.fc43 and later. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
f58778ef7f
commit
43e678ed6e
@ -4,12 +4,14 @@
|
|||||||
"settings": {
|
"settings": {
|
||||||
"+HDD_1": "disk_f%VERSION%_server_5_%ARCH%.qcow2",
|
"+HDD_1": "disk_f%VERSION%_server_5_%ARCH%.qcow2",
|
||||||
"NUMDISKS": "2",
|
"NUMDISKS": "2",
|
||||||
|
"QEMU_VIDEO_DEVICE": "VGA",
|
||||||
"RETRY": "1"
|
"RETRY": "1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"updates-everything-boot-iso": {
|
"updates-everything-boot-iso": {
|
||||||
"settings": {
|
"settings": {
|
||||||
"NUMDISKS": "2",
|
"NUMDISKS": "2",
|
||||||
|
"QEMU_VIDEO_DEVICE": "VGA",
|
||||||
"RETRY": "1"
|
"RETRY": "1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -25,12 +27,14 @@
|
|||||||
"settings": {
|
"settings": {
|
||||||
"+HDD_1": "disk_f%VERSION%_server_5_%ARCH%.qcow2",
|
"+HDD_1": "disk_f%VERSION%_server_5_%ARCH%.qcow2",
|
||||||
"NUMDISKS": "2",
|
"NUMDISKS": "2",
|
||||||
|
"QEMU_VIDEO_DEVICE": "VGA",
|
||||||
"RETRY": "1"
|
"RETRY": "1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"updates-server-upgrade": {
|
"updates-server-upgrade": {
|
||||||
"settings": {
|
"settings": {
|
||||||
"NUMDISKS": "2",
|
"NUMDISKS": "2",
|
||||||
|
"QEMU_VIDEO_DEVICE": "VGA",
|
||||||
"RETRY": "1"
|
"RETRY": "1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user