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
898f51da
Commit
898f51da
authored
Oct 15, 2020
by
Suzanne Selhorn
Committed by
Marcel Amirault
Oct 15, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Added disable shared runners for group
Related to:
https://gitlab.com/gitlab-org/gitlab/-/issues/23123
parent
071aea87
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
15 deletions
+10
-15
doc/ci/runners/README.md
doc/ci/runners/README.md
+10
-15
No files found.
doc/ci/runners/README.md
View file @
898f51da
...
@@ -18,16 +18,12 @@ Runners can be specific to certain projects or available to all projects.
...
@@ -18,16 +18,12 @@ Runners can be specific to certain projects or available to all projects.
## Types of runners
## Types of runners
There are three types of runner
s:
In the GitLab UI there are three types of runners, based on who you want to have acces
s:
-
[
Shared
](
#shared-runners
)
(
for
all projects)
-
[
Shared runners
](
#shared-runners
)
are available to all groups and projects in a GitLab instance.
-
[
Group
](
#group-runners
)
(
for
all projects in a group)
-
[
Group runners
](
#group-runners
)
are available to all projects and subgroups in a group.
-
[
Specific
](
#specific-runners
)
(
for
specific projects)
-
[
Specific runners
](
#specific-runners
)
are associated with specific projects.
Typically, specific runners are used for one project at a time.
If you are running self-managed GitLab, you can create your own runners.
If you are using GitLab.com, you can use the shared runners provided by GitLab or
create your own group or specific runners.
### Shared runners
### Shared runners
...
@@ -122,21 +118,20 @@ To enable shared runners:
...
@@ -122,21 +118,20 @@ To enable shared runners:
#### Disable shared runners
#### Disable shared runners
You can disable shared runners for individual projects
<!-- or for groups-->
.
You can disable shared runners for individual projects
or for groups
.
You must have Owner permissions for the project
<!-- or group-->
.
You must have Owner permissions for the project
or group
.
To disable shared runners for a project:
To disable shared runners for a project:
1.
Go to the project's
**Settings > CI/CD**
and expand the
**Runners**
section.
1.
Go to the project's
**Settings > CI/CD**
and expand the
**Runners**
section.
1.
In the
**Shared runners**
area, click
**Disable shared runners**
.
1.
In the
**Shared runners**
area, click
**Disable shared runners**
.
<!--
To disable shared runners for a group:
To disable shared runners for a group:
1.
Go to the group's
**Settings > CI/CD**
and expand the
**Runners**
section.
1.
Go to the group's
**Settings > CI/CD**
and expand the
**Runners**
section.
1.
In the
**Shared runners**
area, click
**
Disable shared runners globally
**
.
1.
In the
**Shared runners**
area, click
**
Enable shared runners for this group
**
.
1.
Optionally, to allow shared runners to be enabled for individual projects or subgroups,
1.
Optionally, to allow shared runners to be enabled for individual projects or subgroups,
click
**Allow projects/subgroups to override the global setting**
.
click
**Allow projects and subgroups to override the group setting**
.
-->
### Group runners
### 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