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
a1580bfd
Commit
a1580bfd
authored
Jul 12, 2020
by
Suzanne Selhorn
Committed by
Evan Read
Jul 12, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: How to disable shared Runners
Related to:
https://gitlab.com/gitlab-org/gitlab/-/issues/23123
parent
b541af36
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
4 deletions
+23
-4
doc/ci/runners/README.md
doc/ci/runners/README.md
+23
-4
No files found.
doc/ci/runners/README.md
View file @
a1580bfd
...
...
@@ -102,7 +102,7 @@ The fair usage algorithm assigns jobs in this order:
1.
Job 6 is next, because Project 3 is the only project left with no running jobs.
1.
Lastly we choose Job 3... because, again, it's the only job left.
#### Enable
a shared Runner
#### Enable
shared Runners
On GitLab.com,
[
shared Runners
](
#shared-runners
)
are enabled in all projects by
default.
...
...
@@ -110,12 +110,31 @@ default.
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.
You can also enable shared Runners for individual projects.
To enable
or disable a shared Runner
:
To enable
shared Runners
:
1.
Go to the project's
**{settings}**
**Settings > CI/CD**
and expand the
**Runners**
section.
1.
Click
**Allow shared Runners**
or
**Disable shared Runners**
.
1.
Click
**Allow shared Runners**
.
#### Disable shared Runners
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/23123) for groups in GitLab 13.2.
You can disable shared Runners for individual projects or for groups.
You must have Owner permissions for the project or group.
To disable shared Runners for a project:
1.
Go to the project's
**{settings}**
**Settings > CI/CD**
and expand the
**Runners**
section.
1.
In the
**Shared Runners**
area, click
**Disable shared Runners**
.
To disable shared Runners for a group:
1.
Go to the group's
**{settings}**
**Settings > CI/CD**
and expand the
**Runners**
section.
1.
In the
**Shared Runners**
area, click
**Disable shared Runners globally**
.
1.
Optionally, to allow shared Runners to be enabled for individual projects or subgroups,
click
**Allow projects/subgroups to override the global setting**
.
### Group Runners
...
...
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