From 9ba46289fabcb09820cc3eabffe62d8115591193 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Sat, 10 Sep 2022 13:38:37 +0200 Subject: [PATCH] ci/test: collapse printing env Acked-by: Daniel Stone Signed-off-by: David Heidelberg Part-of: --- .gitlab-ci/test/gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index a3b04dfb73e..dfd2f4bd6d9 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -77,8 +77,9 @@ variables: PIGLIT_REPLAY_EXTRA_ARGS: --keep-image --db-path ${CI_PROJECT_DIR}/replayer-db/ --minio_host=minio-packet.freedesktop.org --minio_bucket=mesa-tracie-public --role-session-name=${CI_PROJECT_PATH}:${CI_JOB_ID} --jwt-file=${CI_JOB_JWT_FILE} script: - - echo "Variables passed through:" + - echo -e "\e[0Ksection_start:$(date +%s):variables[collapsed=true]\r\e[0KVariables passed through:" - install/common/generate-env.sh + - echo -e "\e[0Ksection_end:$(date +%s):variables\r\e[0K" - install/piglit/piglit-traces.sh .deqp-test: