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
diff options
context:
space:
mode:
authorLuke Waite <lwaite@intouchinsight.com>2016-01-10 03:02:34 +0300
committerLuke Waite <lwaite@intouchinsight.com>2016-01-10 16:29:50 +0300
commite6dbbafd0ad372514fc509af36540936803720b8 (patch)
treea4b90fddb9311821e29292d323f7a030561d59b0 /doc/ci/runners
parentc81647ae8c5dc68ac8d7dd2970a53b31bc656a1d (diff)
Update docs for shared runner default settings
Fixes #5993
Diffstat (limited to 'doc/ci/runners')
-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