Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
4affa913
Commit
4affa913
authored
Jul 08, 2020
by
Suzanne Selhorn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Added Runner in-UI guidance
Related to:
https://gitlab.com/gitlab-org/gitlab/-/issues/214587
parent
bdefe8a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
doc/ci/runners/README.md
doc/ci/runners/README.md
+8
-7
No files found.
doc/ci/runners/README.md
View file @
4affa913
...
...
@@ -37,10 +37,9 @@ multiple projects.
If you are using a self-managed instance of GitLab:
-
Your administrator can
[
install
](
https://docs.gitlab.com/runner/install/index.html
)
and
[
register
](
https://docs.gitlab.com/runner/register/index.html
)
shared Runners,
and configure them to use the
[
executor
](
https://docs.gitlab.com/runner/executors/README.html
)
you want.
-
Your administrator can install and register shared Runners by going to your project's
**Settings > CI / CD**
, expanding the
**Runners**
section, and clicking
**Show Runner installation instructions**
.
These instructions are also available
[
here
](
https://docs.gitlab.com/runner/install/index.html
)
.
-
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
)
.
...
...
@@ -105,11 +104,13 @@ The fair usage algorithm assigns jobs in this order:
#### Enable a shared Runner
On GitLab.com, or after a self-managed GitLab administrator has installed and
registered them,
[
shared Runners
](
#shared-runners
)
are enabled in all projects by
On GitLab.com,
[
shared Runners
](
#shared-runners
)
are enabled in all projects by
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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment