Commit 792a6f57 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'hchouraria-docs-cloud-runners-cache-feature-and-retention' into 'master'

Cache availability and retention in Linux runners

See merge request gitlab-org/gitlab!73709
parents 9974163a 8b521cdb
......@@ -31,6 +31,8 @@ Below are the runners' settings.
| Default Docker image | `ruby:2.5` | - |
| `privileged` (run [Docker in Docker](https://hub.docker.com/_/docker/)) | `true` | `false` |
These runners share a [distributed cache](https://docs.gitlab.com/runner/configuration/autoscale.html#distributed-runners-caching) through use of a Google Cloud Storage (GCS) bucket. Cache contents not updated within the last 14 days are automatically removed through use of an [object lifecycle management policy](https://cloud.google.com/storage/docs/lifecycle).
## Pre-clone script
Build Cloud runners for Linux provide a way to run commands in a CI
......
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