Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-01-11 14:32:10 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-01-11 14:32:10 +0300
commit5270cc69582bff42e8effe2e882592805c764e4b (patch)
tree02f37633b784558e97479771d9c3e6c3034446ea /doc
parentce066ba63069cfcc2d29aba896bdfa611efe30bc (diff)
parente6dbbafd0ad372514fc509af36540936803720b8 (diff)
Merge branch 'doc-update' into 'master'
Update docs for shared runner default settings GitLab 8.2 updated shared runners to default to `ENABLED` on all projects. Fixes #5993 See merge request !2358
Diffstat (limited to 'doc')
-rw-r--r--doc/ci/runners/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/ci/runners/README.md b/doc/ci/runners/README.md
index 68dcfe23ffb..295d953db11 100644
--- a/doc/ci/runners/README.md
+++ b/doc/ci/runners/README.md
@@ -62,8 +62,9 @@ Now simply register the runner as any runner:
sudo gitlab-runner register
```
-Note that you will have to enable `Allows shared runners` for each project
-that you want to make use of a shared runner. This is by default `off`.
+Shared runners are enabled by default as of GitLab 8.2, but can be disabled with the
+`DISABLE SHARED RUNNERS` button. Previous versions of GitLab defaulted shared runners to
+disabled.
## Registering a Specific Runner