From a76a58f3a90663a5a9494f399eea63720b8d257c Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Thu, 22 Nov 2018 15:34:20 -0500 Subject: [PATCH] Fix: do not specify os type in deploy action 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 --- scripts/system-tests/template_lava_job.jinja2 | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/system-tests/template_lava_job.jinja2 b/scripts/system-tests/template_lava_job.jinja2 index f9dcf87..967dc82 100644 --- a/scripts/system-tests/template_lava_job.jinja2 +++ b/scripts/system-tests/template_lava_job.jinja2 @@ -40,7 +40,6 @@ actions: nfsrootfs: url: {{ nfsrootfs_url }} compression: gz - os: ubuntu - boot: timeout: -- 2.34.1