mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
Increase QEMU_MAX_MIGRATION_TIME to avoid incomplete tests
We see tests periodically come up incomplete with this: "Migrate to file failed, it has been running for more than 240 seconds" Turns out there's a setting for this, so...let's set it. I don't think there's really a bug here, just when our workers are busy, these migrations can take longer than expected. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
20ef09d4f4
commit
baf9c10424
@ -9,9 +9,10 @@
|
|||||||
"QEMUCPUS": "2",
|
"QEMUCPUS": "2",
|
||||||
"QEMURAM": "3072",
|
"QEMURAM": "3072",
|
||||||
"QEMUVGA": "virtio",
|
"QEMUVGA": "virtio",
|
||||||
|
"QEMU_MAX_MIGRATION_TIME": "480",
|
||||||
|
"QEMU_VIRTIO_RNG": "1",
|
||||||
"XRES": "1024",
|
"XRES": "1024",
|
||||||
"YRES": "768",
|
"YRES": "768",
|
||||||
"QEMU_VIRTIO_RNG": "1",
|
|
||||||
"WORKER_CLASS": "qemu_x86_64"
|
"WORKER_CLASS": "qemu_x86_64"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -23,6 +24,7 @@
|
|||||||
"QEMUCPUS": "2",
|
"QEMUCPUS": "2",
|
||||||
"QEMUMACHINE": "virt",
|
"QEMUMACHINE": "virt",
|
||||||
"QEMURAM": "1024",
|
"QEMURAM": "1024",
|
||||||
|
"QEMU_MAX_MIGRATION_TIME": "480",
|
||||||
"QEMU_NO_KVM": "1",
|
"QEMU_NO_KVM": "1",
|
||||||
"QEMU_VIRTIO_RNG": "1",
|
"QEMU_VIRTIO_RNG": "1",
|
||||||
"SERIALDEV": "ttyAMA0",
|
"SERIALDEV": "ttyAMA0",
|
||||||
@ -40,6 +42,7 @@
|
|||||||
"QEMUCPUS": "2",
|
"QEMUCPUS": "2",
|
||||||
"QEMUMACHINE": "virt,gic-version=max",
|
"QEMUMACHINE": "virt,gic-version=max",
|
||||||
"QEMURAM": 3072,
|
"QEMURAM": 3072,
|
||||||
|
"QEMU_MAX_MIGRATION_TIME": "480",
|
||||||
"QEMU_VIRTIO_RNG": "1",
|
"QEMU_VIRTIO_RNG": "1",
|
||||||
"SERIALDEV": "ttyAMA0",
|
"SERIALDEV": "ttyAMA0",
|
||||||
"TIMEOUT_SCALE": "1.5",
|
"TIMEOUT_SCALE": "1.5",
|
||||||
@ -59,6 +62,7 @@
|
|||||||
"QEMUCPU": "host",
|
"QEMUCPU": "host",
|
||||||
"QEMURAM": 4096,
|
"QEMURAM": 4096,
|
||||||
"QEMUVGA": "std",
|
"QEMUVGA": "std",
|
||||||
|
"QEMU_MAX_MIGRATION_TIME": "480",
|
||||||
"QEMU_VIRTIO_RNG": "1",
|
"QEMU_VIRTIO_RNG": "1",
|
||||||
"WORKER_CLASS": "qemu_ppc64le"
|
"WORKER_CLASS": "qemu_ppc64le"
|
||||||
}
|
}
|
||||||
@ -74,6 +78,7 @@
|
|||||||
"QEMUVGA": "virtio",
|
"QEMUVGA": "virtio",
|
||||||
"XRES": "1024",
|
"XRES": "1024",
|
||||||
"YRES": "768",
|
"YRES": "768",
|
||||||
|
"QEMU_MAX_MIGRATION_TIME": "480",
|
||||||
"QEMU_VIRTIO_RNG": "1",
|
"QEMU_VIRTIO_RNG": "1",
|
||||||
"UEFI": "1",
|
"UEFI": "1",
|
||||||
"UEFI_PFLASH_CODE": "/usr/share/edk2/ovmf/OVMF_CODE.fd",
|
"UEFI_PFLASH_CODE": "/usr/share/edk2/ovmf/OVMF_CODE.fd",
|
||||||
|
Loading…
Reference in New Issue
Block a user