From 372f5c9a7974a0a3d02693499acfa557e29e7747 Mon Sep 17 00:00:00 2001 From: Muhammad Usama Anjum Date: Wed, 9 Oct 2024 19:40:03 +0500 Subject: [PATCH] config: tast: Disable verbose mode while tast.tgz is untar 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 --- config/runtime/tests/tast.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/runtime/tests/tast.jinja2 b/config/runtime/tests/tast.jinja2 index a4b343c17c..d9bbcd39d9 100644 --- a/config/runtime/tests/tast.jinja2 +++ b/config/runtime/tests/tast.jinja2 @@ -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/