mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-07-27 04:15:45 +00:00
Bump QEMU_MAX_MIGRATION_TIME again
It seems like 480 is a bit low for our oldest, slowest x86_64 worker hosts on the lab instance (worker03 and worker05), they frequently hit this and fail. Let's bump it. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
999b3dbd44
commit
5871650446
@ -9,7 +9,7 @@
|
|||||||
"QEMUCPUS": "2",
|
"QEMUCPUS": "2",
|
||||||
"QEMURAM": "3072",
|
"QEMURAM": "3072",
|
||||||
"QEMU_VIDEO_DEVICE": "virtio-vga",
|
"QEMU_VIDEO_DEVICE": "virtio-vga",
|
||||||
"QEMU_MAX_MIGRATION_TIME": "480",
|
"QEMU_MAX_MIGRATION_TIME": "720",
|
||||||
"QEMU_VIRTIO_RNG": "1",
|
"QEMU_VIRTIO_RNG": "1",
|
||||||
"XRES": "1024",
|
"XRES": "1024",
|
||||||
"YRES": "768",
|
"YRES": "768",
|
||||||
@ -28,7 +28,7 @@
|
|||||||
"QEMUCPUS": "2",
|
"QEMUCPUS": "2",
|
||||||
"QEMUMACHINE": "virt,gic-version=max",
|
"QEMUMACHINE": "virt,gic-version=max",
|
||||||
"QEMURAM": 4096,
|
"QEMURAM": 4096,
|
||||||
"QEMU_MAX_MIGRATION_TIME": "480",
|
"QEMU_MAX_MIGRATION_TIME": "720",
|
||||||
"QEMU_VIDEO_DEVICE": "virtio-gpu-pci",
|
"QEMU_VIDEO_DEVICE": "virtio-gpu-pci",
|
||||||
"QEMU_VIRTIO_RNG": "1",
|
"QEMU_VIRTIO_RNG": "1",
|
||||||
"SERIALDEV": "ttyAMA0",
|
"SERIALDEV": "ttyAMA0",
|
||||||
@ -49,7 +49,7 @@
|
|||||||
"QEMUCPU": "host",
|
"QEMUCPU": "host",
|
||||||
"QEMURAM": 4096,
|
"QEMURAM": 4096,
|
||||||
"QEMU_VIDEO_DEVICE": "VGA",
|
"QEMU_VIDEO_DEVICE": "VGA",
|
||||||
"QEMU_MAX_MIGRATION_TIME": "480",
|
"QEMU_MAX_MIGRATION_TIME": "720",
|
||||||
"QEMU_VIRTIO_RNG": "1",
|
"QEMU_VIRTIO_RNG": "1",
|
||||||
"WORKER_CLASS": "qemu_ppc64le"
|
"WORKER_CLASS": "qemu_ppc64le"
|
||||||
}
|
}
|
||||||
@ -69,7 +69,7 @@
|
|||||||
"YRES": "768",
|
"YRES": "768",
|
||||||
"QEMUMACHINE": "q35,smm=on",
|
"QEMUMACHINE": "q35,smm=on",
|
||||||
"QEMU_APPEND": "global driver=cfi.pflash01,property=secure,value=on",
|
"QEMU_APPEND": "global driver=cfi.pflash01,property=secure,value=on",
|
||||||
"QEMU_MAX_MIGRATION_TIME": "480",
|
"QEMU_MAX_MIGRATION_TIME": "720",
|
||||||
"QEMU_VIRTIO_RNG": "1",
|
"QEMU_VIRTIO_RNG": "1",
|
||||||
"UEFI": "1",
|
"UEFI": "1",
|
||||||
"UEFI_PFLASH_CODE": "/usr/share/edk2/ovmf/OVMF_CODE_4M.secboot.qcow2",
|
"UEFI_PFLASH_CODE": "/usr/share/edk2/ovmf/OVMF_CODE_4M.secboot.qcow2",
|
||||||
|
Loading…
Reference in New Issue
Block a user