Skip to content
Snippets Groups Projects
Commit 28d917e0 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'docs/update-cache-documentation' into 'master'

Update example of cache config

See merge request gitlab-org/gitlab-runner!1140
parents e4fc9488 6fa38409
Branches
No related tags found
No related merge requests found
......@@ -396,12 +396,13 @@ concurrent = 50 # All registered Runners can run up to 50 concurrent jobs
"engine-registry-mirror=http://10.11.12.13:12345" # Docker Machine is using registry mirroring
]
[runners.cache]
Type = "s3" # The Runner is using a distributed cache with Amazon S3 service
ServerAddress = "s3-eu-west-1.amazonaws.com"
AccessKey = "AMAZON_S3_ACCESS_KEY"
SecretKey = "AMAZON_S3_SECRET_KEY"
BucketName = "runners"
Insecure = false
Type = "s3"
[runners.cache.s3]
ServerAddress = "s3-eu-west-1.amazonaws.com"
AccessKey = "AMAZON_S3_ACCESS_KEY"
SecretKey = "AMAZON_S3_SECRET_KEY"
BucketName = "runner"
Insecure = false
```
Note that the `MachineOptions` parameter contains options for the `digitalocean`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment