Remove wrong assumption about Runners cache GC

https://gitlab.com/gitlab-org/gitlab-ce/issues/41249#note_60629323
This commit is contained in:
Achilleas Pipinellis 2018-03-07 13:16:27 +01:00
parent 95016507d4
commit 3d61a45b5d
No known key found for this signature in database
GPG Key ID: A0996FBD3E92C17B
1 changed files with 1 additions and 2 deletions

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
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