From: David Heidelberg Date: Sat, 10 Sep 2022 15:27:04 +0000 (+0200) Subject: ci/traces: do not keep a cache, which will be wiped a few steps later X-Git-Tag: upstream/22.3.5~3343 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c956a859f6b6ef8409b00cbf79a91be10e014ee;p=platform%2Fupstream%2Fmesa.git ci/traces: do not keep a cache, which will be wiped a few steps later The desired state is to revert this patch at that moment, when we'll be able to verify traces by checksums, but for now, let's disable caching. 10s for restoring cache: https://gitlab.freedesktop.org/mesa/mesa/-/jobs/28137099#L17 ?s for removing cache: https://gitlab.freedesktop.org/mesa/mesa/-/jobs/28137099#L813 1s for saving cache: https://gitlab.freedesktop.org/mesa/mesa/-/jobs/28137099#L1047 Reviewed-by: Emma Anholt Signed-off-by: David Heidelberg Part-of: --- diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index c6ee178..a3b04df 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -66,10 +66,6 @@ .piglit-traces-test: extends: - .piglit-test - cache: - key: ${CI_JOB_NAME} - paths: - - replayer-db/ artifacts: when: on_failure name: "mesa_${CI_JOB_NAME}"