Commit 8c5ecfa0 authored by Evan Read's avatar Evan Read

Merge branch 'selhorn-runner-install-update' into 'master'

Docs: Added Runner install in-UI guidance

See merge request gitlab-org/gitlab!36340
parents 87fc4c9e 4affa913
...@@ -37,10 +37,9 @@ multiple projects. ...@@ -37,10 +37,9 @@ multiple projects.
If you are using a self-managed instance of GitLab: If you are using a self-managed instance of GitLab:
- Your administrator can - Your administrator can install and register shared Runners by going to your project's
[install](https://docs.gitlab.com/runner/install/index.html) **Settings > CI / CD**, expanding the **Runners** section, and clicking **Show Runner installation instructions**.
and [register](https://docs.gitlab.com/runner/register/index.html) shared Runners, These instructions are also available [here](https://docs.gitlab.com/runner/install/index.html).
and configure them to use the [executor](https://docs.gitlab.com/runner/executors/README.html) you want.
- The administrator can also configure a maximum number of shared Runner [pipeline minutes for - The administrator can also configure a maximum number of shared Runner [pipeline minutes for
each group](../../user/admin_area/settings/continuous_integration.md#shared-runners-pipeline-minutes-quota-starter-only). each group](../../user/admin_area/settings/continuous_integration.md#shared-runners-pipeline-minutes-quota-starter-only).
...@@ -105,11 +104,13 @@ The fair usage algorithm assigns jobs in this order: ...@@ -105,11 +104,13 @@ The fair usage algorithm assigns jobs in this order:
#### Enable a shared Runner #### Enable a shared Runner
On GitLab.com, or after a self-managed GitLab administrator has installed and On GitLab.com, [shared Runners](#shared-runners) are enabled in all projects by
registered them, [shared Runners](#shared-runners) are enabled in all projects by
default. default.
However, you can enable or disable shared Runners for individual projects. On self-managed instances of GitLab, an administrator must [install](https://docs.gitlab.com/runner/install/index.html)
and [register](https://docs.gitlab.com/runner/register/index.html) them.
You can also enable or disable shared Runners for individual projects.
To enable or disable a shared Runner: To enable or disable a shared Runner:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment