From 3eb61729e3162b3ab9505652a55ecae7705a2118 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Mon, 21 Apr 2025 11:07:38 +0200 Subject: [PATCH] ci/deqp-runner: Collapse build section Make the container build more readable and easier to follow in CI logs. Signed-off-by: Valentine Burley Part-of: --- .gitlab-ci/container/build-deqp-runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/container/build-deqp-runner.sh b/.gitlab-ci/container/build-deqp-runner.sh index 9209aeed91b..af31b5cb10c 100644 --- a/.gitlab-ci/container/build-deqp-runner.sh +++ b/.gitlab-ci/container/build-deqp-runner.sh @@ -9,7 +9,7 @@ set -uex -uncollapsed_section_start deqp-runner "Building deqp-runner" +section_start deqp-runner "Building deqp-runner" DEQP_RUNNER_VERSION=0.20.3