X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Fsystem-tests%2Ftemplate_lava_job.jinja2;h=967dc82294f82f3595d5ac9054c88afed563d6c1;hb=a76a58f3a90663a5a9494f399eea63720b8d257c;hp=448537fc91a436273af3a2f8d79f2daefd655a35;hpb=4c3d6586845915a86b9c6b4a7237a1991b8ac552;p=lttng-ci.git diff --git a/scripts/system-tests/template_lava_job.jinja2 b/scripts/system-tests/template_lava_job.jinja2 index 448537f..967dc82 100644 --- a/scripts/system-tests/template_lava_job.jinja2 +++ b/scripts/system-tests/template_lava_job.jinja2 @@ -7,10 +7,10 @@ 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" + lava_test_sh_cmd: "/bin/bash" + tags: - qemu {% endif %} @@ -34,24 +34,18 @@ 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 }} compression: gz - os: ubuntu - boot: timeout: minutes: 10 method: ipxe - commands: ramdisk + commands: nfs prompts: - 'root@linaro-server:~#'