diff options
author | Fabio Busatto <fabio@gitlab.com> | 2017-08-31 09:28:37 +0000 |
---|---|---|
committer | Fabio Busatto <fabio@gitlab.com> | 2017-08-31 09:28:37 +0000 |
commit | 17e81db98ae2d12c75a3e77400a10ea620549c7a (patch) | |
tree | 89f8f84629f2e4abbb1a8a44088c2d1bf6122e8d | |
parent | bf51ab887b92275d0e5b51c53889664f8c8db745 (diff) | |
download | gitlab-ce-17e81db98ae2d12c75a3e77400a10ea620549c7a.tar.gz |
Add 'Assigning a Runner to another project'
-rw-r--r-- | doc/ci/runners/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ci/runners/README.md b/doc/ci/runners/README.md index 76d746155eb..599f23afc15 100644 --- a/doc/ci/runners/README.md +++ b/doc/ci/runners/README.md @@ -107,6 +107,18 @@ To lock/unlock a Runner: 1. Check the **Lock to current projects** option 1. Click **Save changes** for the changes to take effect +## Assigning a Runner to another project + +If you are Master on a project where a specific Runner is assigned to, and the +Runner is not locked to that project only, you can enable the Runner also on any +other project where you have Master permissions. + +To enable/disable a Runner in your project: + +1. Visit your project's **Settings ➔ Pipelines** +1. Find the Runner you wish to enable/disable +1. Click on **Enable for this project** or **Disable for this project** button + ## How shared Runners pick jobs Shared Runners abide to a process queue we call fair usage. The fair usage |