From: Jonathan Rajotte Date: Tue, 20 Nov 2018 22:24:22 +0000 (-0500) Subject: Fix: using archive tar leads to problem at extraction time X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=5e096ed7e3d0a4e45c74c1b14eef341626f36efd;p=lttng-ci.git 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 --- 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 }}