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:
authorEvan Read <eread@gitlab.com>2019-01-10 05:37:58 +0300
committerEvan Read <eread@gitlab.com>2019-01-10 05:37:58 +0300
commitb2e807e62464a77dd9f4c50f4b339d4cd4f89718 (patch)
treeadb923fda81ac4505c40ea4a039182ebc988a6d6
parent819de8e8084e1b0cc102664abb8bbc836ff99ede (diff)
parent584964e21c95dd3d6230e1fbda5247d7df51737b (diff)
Merge branch 'docs-group-cicd-settings' into 'master'
Add private runner warnings Closes #53032 See merge request gitlab-org/gitlab-ce!24274
-rw-r--r--doc/ci/runners/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ci/runners/README.md b/doc/ci/runners/README.md
index 9c9ea651678..c742dc61368 100644
--- a/doc/ci/runners/README.md
+++ b/doc/ci/runners/README.md
@@ -135,6 +135,14 @@ Consider that if you don't lock your specific Runner to a specific project, any
user with Maintainer role in you project can assign your Runner to another arbitrary
project without requiring your authorization, so use it with caution.
+CAUTION: **Caution:**
+Never add a private Runner that you're using in your private projects to a
+project that you share with other people.
+
+CAUTION: **Caution:**
+Never use a Runner from a project which has multiple maintainers in your
+private project.
+
An admin can enable/disable a specific Runner for projects:
1. Navigate to **Admin > Runners**