summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-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' %}