Fix: using archive tar leads to problem at extraction time
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 20 Nov 2018 22:24:22 +0000 (17:24 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 20 Nov 2018 22:24:22 +0000 (17:24 -0500)
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 <jonathan.rajotte-julien@efficios.com>
scripts/system-tests/template_lava_job.jinja2

index 8d9f02595a27273a477af03b2a876635b2547d42..58d0b1718efd2711ea25b7779bb9ec0c05469b32 100644 (file)
@@ -36,7 +36,6 @@ actions:
           type: zimage
         modules:
           url: {{ lttng_modules_url }}
-          archive: tar
           compression: gz
         nfsrootfs:
           url: {{ nfsrootfs_url }}
This page took 0.037198 seconds and 4 git commands to generate.