From 5e096ed7e3d0a4e45c74c1b14eef341626f36efd Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Tue, 20 Nov 2018 17:24:22 -0500 Subject: [PATCH] Fix: using archive tar leads to problem at extraction time Contrary to documentation the "archive: tar" member is not needed for modules extraction and can even lead to error from 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 8d9f025..58d0b17 100644 --- a/scripts/system-tests/template_lava_job.jinja2 +++ b/scripts/system-tests/template_lava_job.jinja2 @@ -36,7 +36,6 @@ actions: type: zimage modules: url: {{ lttng_modules_url }} - archive: tar compression: gz nfsrootfs: url: {{ nfsrootfs_url }} -- 2.34.1