From 062e822e1b9d4329ab320a8771050230c7ca57dc Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Mon, 20 Jun 2022 12:03:40 -0700 Subject: [PATCH] ci/bare-metal: Collapse artifacts wget by default. In trying to figure out why an rpi3 job took so long, I wished that the wget verbosity was hidden by default, and that it told me how long it took like other sections do. Reviewed-by: Juan A. Suarez Part-of: --- .gitlab-ci/test/gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 1ee9d40..6e2b5d5 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -126,7 +126,9 @@ # instead of fd.o. Set FDO_HTTP_CACHE_URI to an http cache for your test lab to # improve it even more (see https://docs.mesa3d.org/ci/bare-metal.html for # setup). + - echo -e "\e[0Ksection_start:$(date +%s):artifacts_download[collapsed=true]\r\e[0KDownloading artifacts from minio" - wget ${FDO_HTTP_CACHE_URI:-}https://${PIPELINE_ARTIFACTS_BASE}/${MINIO_ARTIFACT_NAME}.tar.gz -S --progress=dot:giga -O- | tar -xz + - echo -e "\e[0Ksection_end:$(date +%s):artifacts_download\r\e[0K" artifacts: when: always name: "mesa_${CI_JOB_NAME}" -- 2.7.4