Fix: do not specify os type in deploy action
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 22 Nov 2018 20:34:20 +0000 (15:34 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 22 Nov 2018 20:34:20 +0000 (15:34 -0500)
Specifying an OS ends up forcing the use of constant and prevent
overriding of the shell to be used by lava.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
scripts/system-tests/template_lava_job.jinja2

index f9dcf870d5edb5f4f66c5d402f44a07ea58dc14a..967dc82294f82f3595d5ac9054c88afed563d6c1 100644 (file)
@@ -40,7 +40,6 @@ actions:
         nfsrootfs:
           url: {{ nfsrootfs_url }}
           compression: gz
-        os: ubuntu
 
     - boot:
         timeout:
This page took 0.032999 seconds and 4 git commands to generate.