ci/traces: do not keep a cache, which will be wiped a few steps later
authorDavid Heidelberg <david.heidelberg@collabora.com>
Sat, 10 Sep 2022 15:27:04 +0000 (17:27 +0200)
committerMarge Bot <emma+marge@anholt.net>
Sun, 11 Sep 2022 22:49:26 +0000 (22:49 +0000)
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 <emma@anholt.net>
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18531>

.gitlab-ci/test/gitlab-ci.yml

index c6ee178..a3b04df 100644 (file)
 .piglit-traces-test:
   extends:
     - .piglit-test
-  cache:
-    key: ${CI_JOB_NAME}
-    paths:
-      - replayer-db/
   artifacts:
     when: on_failure
     name: "mesa_${CI_JOB_NAME}"