diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-12-04 05:03:31 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-12-04 04:27:03 +0000 |
commit | 7b1d6bf2655d9de43d671bba889ac2f269b06446 (patch) | |
tree | 477d05c8cb13982a0e53487840848a21db30b08f | |
parent | 6ee2180f6e874983ab667d79dd6da2c2d54db513 (diff) |
Add more cores to qemuarm runs in LAVAjellyfish_10.0.2jellyfish/10.0.210.0.2
This will increase the speed of the test execution.
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I279cc572afae783c84ee2c0a64f17a197ac5f128
(cherry picked from commit a225446862cc196b855d3afa80a89d815b7ecf1f)
-rw-r--r-- | templates/machines/qemuarm.jinja2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/machines/qemuarm.jinja2 b/templates/machines/qemuarm.jinja2 index 1cde86d..ec2ce0b 100644 --- a/templates/machines/qemuarm.jinja2 +++ b/templates/machines/qemuarm.jinja2 @@ -10,7 +10,7 @@ {%- set qemu_cpu = "cortex-a15" %} {%- set qemu_machine = "virt-2.11" %} {%- set qemu_memory = "2048" %} -{%- set qemu_args = "-soundhw hda -device usb-ehci -device virtio-rng-pci -device VGA,vgamem_mb=64,edid=on -device qemu-xhci -device usb-tablet -device usb-kbd" %} +{%- set qemu_args = "-smp 2 -soundhw hda -device usb-ehci -device virtio-rng-pci -device VGA,vgamem_mb=64,edid=on -device qemu-xhci -device usb-tablet -device usb-kbd" %} {%- set qemu_cmdline = "console=ttyAMA0,115200 root=/dev/vda verbose systemd.log_color=false " %} {%- set guestfs_interface = "virtio" %} {%- set rootfs_type = rootfs_type|default("rootvd") %} |