diff options
author | Harmen Stoppels <me@harmenstoppels.nl> | 2024-05-06 15:54:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-06 15:54:21 +0200 |
commit | a16ee3348b89476672378cbc18115b301d9180c3 (patch) | |
tree | c2150dec41a80e986ef7accfdf0fdebb2f6e0585 | |
parent | d654d6b1f488e2ba9f01f81df4276baafac639b3 (diff) | |
download | spack-a16ee3348b89476672378cbc18115b301d9180c3.tar.gz spack-a16ee3348b89476672378cbc18115b301d9180c3.tar.bz2 spack-a16ee3348b89476672378cbc18115b301d9180c3.tar.xz spack-a16ee3348b89476672378cbc18115b301d9180c3.zip |
Do not cache indices in Gitlab (#44029)
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml index ce97257e49..1dc5e213b2 100644 --- a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml +++ b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml @@ -160,7 +160,9 @@ default: artifacts: paths: - "${CI_PROJECT_DIR}/jobs_scratch_dir" - - "${CI_PROJECT_DIR}/tmp/_user_cache/cache" + - "${CI_PROJECT_DIR}/tmp/_user_cache/cache/patches" + - "${CI_PROJECT_DIR}/tmp/_user_cache/cache/providers" + - "${CI_PROJECT_DIR}/tmp/_user_cache/cache/tags" variables: KUBERNETES_CPU_REQUEST: 4000m KUBERNETES_MEMORY_REQUEST: 16G |