Skip to content

Commit

Permalink
config: tast: Disable verbose mode while tast.tgz is untar
Browse files Browse the repository at this point in the history
The data directory has been added to tast archive which when extracted
generates 3 thousands log lines per execution. In total, there are 6
thousands log lines in every job. In the past, verbose option may be
usefult to know which files got extracted. But now it creates too much
noise.

In verbose mode:
https://lava.collabora.dev/scheduler/job/15997406

Without verbose mode::
https://lava.collabora.dev/scheduler/job/15998558

Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
  • Loading branch information
musamaanjum authored and nuclearcat committed Oct 9, 2024
1 parent 34e668c commit e533da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/runtime/tests/tast.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- >-
lava-test-case tast-tarball --shell
curl -s '{{ platform_config.params.tast_tarball }}'
\| tar xzvf -
\| tar xzf -
&& cp remote_test_runner /usr/bin/remote_test_runner
&& mkdir -p /usr/libexec/tast/bundles/remote/
&& cp cros /usr/libexec/tast/bundles/remote/
Expand Down

0 comments on commit e533da4

Please sign in to comment.