Skip to content
Snippets Groups Projects
Commit 0dc36df3 authored by Emanuele Aina's avatar Emanuele Aina Committed by Denis Pynkin
Browse files

lava: Make the AUM tests logs work again the web UI


Commit 39e6ec4f made `tar` output the extracted filenames while
deployng the overlays and later commit 39e6ec4f made it
customizable since the AUM tests do many reboot cycles each with their
own (redundant) overlay deployment, causing the logs to grow massively
and going over the limits imposed by the LAVA web UI, which refuses to
display them and only offers to download them in JSON format.

Unfortunately the fix on 39e6ec4f worked only partially and the
overlays in the loop were still upacked in verbose mode, resulting in
unreadable logs.

For some reason that currently escapes me related to the way Jinja2
imports work, re-importing the template with the macros from the
looping template fixes the issue.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 14f3a010
No related branches found
No related tags found
No related merge requests found
{% import 'common-boot-macros.yaml' as boot with context -%}
- boot:
namespace: system
timeout:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment