From: Jonathan Rajotte Date: Mon, 26 Nov 2018 22:21:57 +0000 (-0500) Subject: Fix: context should be used for all devices X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=e8ca2f7632ce40b1a0da296efd070d1d985773c0;p=lttng-ci.git Fix: context should be used for all devices Signed-off-by: Jonathan Rajotte --- diff --git a/scripts/system-tests/template_lava_job.jinja2 b/scripts/system-tests/template_lava_job.jinja2 index 878da10..ed18acc 100644 --- a/scripts/system-tests/template_lava_job.jinja2 +++ b/scripts/system-tests/template_lava_job.jinja2 @@ -5,12 +5,12 @@ timeouts: hours: 2 priority: medium visibility: public -{% if device_type == DeviceType.kvm %} context: extra_kernel_args: cpuidle.off=1 extra_nfsroot_args: ",nfsvers=3 nfsrootdebug" lava_test_sh_cmd: "/bin/bash" +{% if device_type == DeviceType.kvm %} tags: - qemu {% endif %}