mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2025-02-17 08:27:39 +00:00
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 <jasuarez@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17146>
This commit is contained in:
parent
13bf36588d
commit
062e822e1b
@ -126,7 +126,9 @@
|
|||||||
# instead of fd.o. Set FDO_HTTP_CACHE_URI to an http cache for your test lab to
|
# 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
|
# improve it even more (see https://docs.mesa3d.org/ci/bare-metal.html for
|
||||||
# setup).
|
# 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
|
- 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:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
name: "mesa_${CI_JOB_NAME}"
|
name: "mesa_${CI_JOB_NAME}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user