From fb5d3cceb8d43f8c2dc22a5d8c74327e9397f2e8 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 4 May 2023 12:17:18 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/ci/caching/index.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/ci') diff --git a/doc/ci/caching/index.md b/doc/ci/caching/index.md index b53de56a8e1..b87f34aa633 100644 --- a/doc/ci/caching/index.md +++ b/doc/ci/caching/index.md @@ -590,6 +590,7 @@ If you have a cache mismatch, follow these steps to troubleshoot. | You use runners in autoscale mode without a distributed cache enabled. | Configure the autoscale runner to use a distributed cache. | | The machine the runner is installed on is low on disk space or, if you've set up distributed cache, the S3 bucket where the cache is stored doesn't have enough space. | Make sure you clear some space to allow new caches to be stored. There's no automatic way to do this. | | You use the same `key` for jobs where they cache different paths. | Use different cache keys so that the cache archive is stored to a different location and doesn't overwrite wrong caches. | +| You have not enabled the [distributed runner caching on your runners](https://docs.gitlab.com/runner/configuration/autoscale.html#distributed-runners-caching). | Set `Shared = false` and re-provision your runners. | #### Cache mismatch example 1 -- cgit v1.2.3