Commit 3d61a45b authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Remove wrong assumption about Runners cache GC

https://gitlab.com/gitlab-org/gitlab-ce/issues/41249#note_60629323
parent 95016507
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment