summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-09-28 14:02:44 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-09-28 14:02:44 +0200
commitefbdf81389f785cd6401fe374ca8da5e72735ecf (patch)
tree41d7bbd8fa06b9cb1d78450767477988d1e3750e
parentf7658cb277b4dd460510f49fff7a4a17efae1051 (diff)
Add lab-jsmoeller template and fix typo in qemu
Change-Id: I207c8fef7d85dceb60c1da65c0c7f5f3405952ec Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r--templates/callback/lab-jsmoeller.cfg7
-rw-r--r--templates/machines/qemux86-64.jinja22
2 files changed, 8 insertions, 1 deletions
diff --git a/templates/callback/lab-jsmoeller.cfg b/templates/callback/lab-jsmoeller.cfg
new file mode 100644
index 0000000..a59f941
--- /dev/null
+++ b/templates/callback/lab-jsmoeller.cfg
@@ -0,0 +1,7 @@
+[default]
+section = AGL
+
+[AGL]
+backend_fqdn = https://kernelci.automotivelinux.org:8081
+lab_name = lab-jsmoeller
+lab_token = lab-jsmoeller
diff --git a/templates/machines/qemux86-64.jinja2 b/templates/machines/qemux86-64.jinja2
index d6bf3fc..5562d79 100644
--- a/templates/machines/qemux86-64.jinja2
+++ b/templates/machines/qemux86-64.jinja2
@@ -5,7 +5,7 @@
{%- set device_arch = "x86_64" %}
{%- set device_mach = "x86" %}
{%- set qemu_arch = "x86_64" %}
-{%- set qemu_args = "-cpu qemu64,+ssse3,+sse4.1,+sse4.2,+popcnt -smp 2 -m 1048 -soundhw hda" %}
+{%- set qemu_args = "-cpu qemu64,+ssse3,+sse4.1,+sse4.2,+popcnt -smp 2 -m 2048 -soundhw hda" %}
{%- set qemu_cmdline = "console=ttyS0,115200 root=/dev/hda debug verbose systemd.log_color=false " %}
{%- set rootfs_type = rootfs_type|default("ramdisk") %}
{%- if build_type == 'release' %}