aarch64: two CPUs per VM, 1.5x timeout

Tweaking aarch64 settings a bit to try and improve reliability.
I'm going to cut down to 3 workers per box along with this.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2018-03-23 15:54:21 -07:00
parent 24f2eb39d9
commit c0eee06e9a
1 changed files with 3 additions and 1 deletions

View File

@ -4170,16 +4170,18 @@
{ key => "PART_TABLE_TYPE", value => "mbr"}
],
},
{
{
backend => "qemu",
name => "aarch64",
settings => [
{ key => "BIOS", value => "/usr/share/edk2/aarch64/QEMU_EFI-pflash.raw" },
{ key => "QEMU", value => "aarch64" },
{ key => "QEMUCPUS", value => "2"},
{ key => "QEMUMACHINE", value => "virt"},
{ key => "QEMUVGA", value => "std" },
{ key => "QEMURAM", value => 4096 },
{ key => "QEMUCPU", value => "host" },
{ key => "TIMEOUT_SCALE", value => "5" },
{ key => "SERIALDEV", value => "ttyAMA0" },
{ key => "UEFI", value => "1"},
{ key => "PART_TABLE_TYPE", value => "gpt"},