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

Remove wrong assumption about Runners cache GC

See merge request gitlab-org/gitlab-ce!17598
This commit is contained in:
Marcia Ramos 2018-03-07 15:09:40 +00:00
commit d9ca76559f

View file

@ -163,8 +163,7 @@ in your `.gitlab-ci.yml`.
Behind the scenes, this works by increasing a counter in the database, and the 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 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 new key is generated and the old cache is not valid anymore.
Runner's garbage collector will remove it form the filesystem.
## How shared Runners pick jobs ## How shared Runners pick jobs