From 3d61a45b5dee8c943f350e7d8604d01d834cbf25 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Wed, 7 Mar 2018 13:16:27 +0100 Subject: [PATCH] Remove wrong assumption about Runners cache GC https://gitlab.com/gitlab-org/gitlab-ce/issues/41249#note_60629323 --- doc/ci/runners/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/ci/runners/README.md b/doc/ci/runners/README.md index 03aa6ff8e7c..f879ed62010 100644 --- a/doc/ci/runners/README.md +++ b/doc/ci/runners/README.md @@ -163,8 +163,7 @@ in your `.gitlab-ci.yml`. Behind the scenes, this works by increasing a counter in the database, and the value of that counter is used to create the key for the cache. After a push, a -new key is generated and the old cache is not valid anymore. Eventually, the -Runner's garbage collector will remove it form the filesystem. +new key is generated and the old cache is not valid anymore. ## How shared Runners pick jobs