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
9f8edd85
Commit
9f8edd85
authored
Jun 30, 2020
by
Suzanne Selhorn
Committed by
Evan Read
Jun 30, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Added shared runner install links
Related to community comment:
http://disq.us/p/2a8h51o
parent
c21d8b6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
10 deletions
+16
-10
doc/ci/runners/README.md
doc/ci/runners/README.md
+16
-10
No files found.
doc/ci/runners/README.md
View file @
9f8edd85
...
@@ -35,16 +35,20 @@ Use shared Runners when you have multiple jobs with similar requirements. Rather
...
@@ -35,16 +35,20 @@ Use shared Runners when you have multiple jobs with similar requirements. Rather
having multiple Runners idling for many projects, you can have a few Runners that handle
having multiple Runners idling for many projects, you can have a few Runners that handle
multiple projects.
multiple projects.
If you are using a self-managed instance of GitLab, your administrator can create
If you are using a self-managed instance of GitLab:
shared Runners 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
each group
](
../../user/admin_area/settings/continuous_integration.md#shared-runners-pipeline-minutes-quota-starter-only
)
.
If you are using GitLab.com, you can select from a list of
-
Your administrator can
[
shared Runners that GitLab maintains
](
../../user/gitlab_com/index.md#shared-runners
)
.
[
install
](
https://docs.gitlab.com/runner/install/index.html
)
When you use the GitLab.com shared Runners, they consume the
and
[
register
](
https://docs.gitlab.com/runner/register/index.html
)
shared Runners,
[
pipelines minutes
](
../../subscriptions/index.md#ci-pipeline-minutes
)
included with your account.
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
each group
](
../../user/admin_area/settings/continuous_integration.md#shared-runners-pipeline-minutes-quota-starter-only
)
.
If you are using GitLab.com:
-
You can select from a list of
[
shared Runners that GitLab maintains
](
../../user/gitlab_com/index.md#shared-runners
)
.
-
The shared Runners consume the
[
pipelines minutes
](
../../subscriptions/index.md#ci-pipeline-minutes
)
included with your account.
#### How shared Runners pick jobs
#### How shared Runners pick jobs
...
@@ -101,7 +105,9 @@ The fair usage algorithm assigns jobs in this order:
...
@@ -101,7 +105,9 @@ The fair usage algorithm assigns jobs in this order:
#### Enable a shared Runner
#### Enable a shared Runner
By default, all projects can use shared Runners, and they are enabled by default.
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
default.
However, you can enable or disable shared Runners for individual projects.
However, you can enable or disable shared Runners for individual projects.
...
...
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