Use job context to pass kernel and nfs parameters
[lttng-ci.git] / scripts / system-tests / template_lava_job.jinja2
index 58d0b1718efd2711ea25b7779bb9ec0c05469b32..898c066601fcc20ce83acc525e7ab8eb036eb715 100644 (file)
@@ -7,10 +7,9 @@ priority: medium
 visibility: public
 {% if device_type == DeviceType.kvm %}
 context:
-  # tell the qemu template which architecture is being tested
-  # the template uses that to ensure that qemu-system-x86_64 is executed.
-  {# Used amd64 as a default #}
-  arch: amd64
+  extra_kernel_args: cpuidle.off=1
+  extra_nfsroot_args: ,nfsver=3 nfsrootdebug
+
 tags:
   - qemu
 {% endif %}
This page took 0.023018 seconds and 4 git commands to generate.