Commit d9ca7655 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'docs/runner-cache-no-gc' into 'master'

Remove wrong assumption about Runners cache GC

See merge request gitlab-org/gitlab-ce!17598
parents d282ea89 3d61a45b
......@@ -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