From 6b47042ced499e63f8ce472d6c775a0b17dce62c Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 30 Mar 2021 13:13:46 +0200 Subject: Update templates for screenshot tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 Change-Id: Ida3ac188008c72d941dbe30203e5b8700ee8a304 --- templates/machines/qemuarm.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/machines/qemuarm.jinja2') diff --git a/templates/machines/qemuarm.jinja2 b/templates/machines/qemuarm.jinja2 index da7f313..ae7398c 100644 --- a/templates/machines/qemuarm.jinja2 +++ b/templates/machines/qemuarm.jinja2 @@ -11,7 +11,7 @@ {%- set qemu_machine = "virt-2.11" %} {%- 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 vmalloc=256M " %} +{%- set qemu_cmdline = "console=ttyAMA0,115200 root=/dev/vda verbose systemd.log_color=false mem=4096M vmalloc=256M " %} {%- 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') %} -- cgit 1.2.3-korg