Fix: context should be used for all devices
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 26 Nov 2018 22:21:57 +0000 (17:21 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 26 Nov 2018 22:21:57 +0000 (17:21 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
scripts/system-tests/template_lava_job.jinja2

index 878da10a381749ee237a20e8863ae7d19f41eef8..ed18acced488602c8d0bcba09405bb05c5581dda 100644 (file)
@@ -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 %}
This page took 0.026659 seconds and 4 git commands to generate.