diff options
author | 2021-03-30 13:13:46 +0200 | |
---|---|---|
committer | 2021-03-30 12:38:53 +0000 | |
commit | 7ee541893a04a7be8fc00a7d376b87fc54a2d4ae (patch) | |
tree | ddd6344e8c3f4d6abe2d6a9451c99d2b22006f67 /templates/machines/qemuarm64.jinja2 | |
parent | dcf30cda44e0af7e4f81fd8c8a4dcdefb73020fe (diff) |
Update templates for screenshot tests
- qemu needs the mem= kernel parameter to work nicely
- pyagl needs a larger timeout
- pi4 needs an adapted rfs_image for snapshot builds
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: Ida3ac188008c72d941dbe30203e5b8700ee8a304
(cherry picked from commit 6b47042ced499e63f8ce472d6c775a0b17dce62c)
Diffstat (limited to 'templates/machines/qemuarm64.jinja2')
-rw-r--r-- | templates/machines/qemuarm64.jinja2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/machines/qemuarm64.jinja2 b/templates/machines/qemuarm64.jinja2 index 73e13c2..f463382 100644 --- a/templates/machines/qemuarm64.jinja2 +++ b/templates/machines/qemuarm64.jinja2 @@ -9,9 +9,9 @@ {%- set qemu_model = "model=virtio" %} {%- set qemu_cpu = "cortex-a57" %} {%- set qemu_machine = "virt" %} -{%- set qemu_memory = "2048" %} +{%- set qemu_memory = "4096" %} {%- 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 qemu_cmdline = "console=ttyAMA0,115200 root=/dev/vda verbose mem=4096M systemd.log_color=false " %} {%- set guestfs_interface = "virtio" %} {%- set rootfs_type = rootfs_type|default("rootvd") %} {%- if (build_type == 'daily') or (build_type == 'release') or (build_type == 'snapshot') or (build_type == 'prerelease') %} |