X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Fsystem-tests%2Ftemplate_lava_job.jinja2;h=02201a14c94809f05733b369fcb536f35cce9a42;hb=c11ec858266c0b9b3cc163ed1783b49f02800046;hp=cd136ac687f32ae97c49b14c737ecbc86407895c;hpb=d2fdefc420555a58abea3aa493f1eb19830e08d3;p=lttng-ci.git diff --git a/scripts/system-tests/template_lava_job.jinja2 b/scripts/system-tests/template_lava_job.jinja2 index cd136ac..02201a1 100644 --- a/scripts/system-tests/template_lava_job.jinja2 +++ b/scripts/system-tests/template_lava_job.jinja2 @@ -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: ",nfsvers=3 nfsrootdebug" + tags: - qemu {% endif %} @@ -34,13 +33,8 @@ actions: kernel: url: {{ kernel_url }} type: zimage - modules: - url: {{ linux_modules_url }} - archive: tar - compression: gz modules: url: {{ lttng_modules_url }} - archive: tar compression: gz nfsrootfs: url: {{ nfsrootfs_url }}