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
c16ee9bd
Commit
c16ee9bd
authored
Dec 01, 2020
by
Marcel Amirault
Committed by
Marcin Sedlak-Jakubowski
Dec 01, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add crosslink to runner details
parent
638af3dd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+8
-7
No files found.
doc/ci/yaml/README.md
View file @
c16ee9bd
...
...
@@ -747,14 +747,12 @@ job 5:
#### Using your own runners
When you use your own runners, GitLab Runner runs only one job at a time by default. See the
`concurrent`
flag in
[
runner global settings
](
https://docs.gitlab.com/runner/configuration/advanced-configuration.html#the-global-section
)
for more information.
When you use your own runners, each runner runs only one job at a time by default.
Jobs can run in parallel if they run on different runners.
Jobs run on your own runners in parallel only if:
-
Run on different runners.
-
The runner's
`concurrent`
setting has been changed.
If you have only one runner, jobs can run in parallel if the runner's
[
`concurrent` setting
](
https://docs.gitlab.com/runner/configuration/advanced-configuration.html#the-global-section
)
is greater than
`1`
.
#### `.pre` and `.post`
...
...
@@ -3445,6 +3443,9 @@ job split into three separate jobs.
Use
`matrix:`
to configure different variables for jobs that are running in parallel.
There can be from 2 to 50 jobs.
Jobs can only run in parallel if there are multiple runners, or a single runner is
[
configured to run multiple jobs concurrently
](
#using-your-own-runners
)
.
[
In GitLab 13.5
](
https://gitlab.com/gitlab-org/gitlab/-/issues/26362
)
and later,
you can have one-dimensional matrices with a single job.
...
...
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