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
62b11436
Commit
62b11436
authored
Jan 13, 2020
by
Etienne Baqué
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated doc related to job concurrency
parent
b0be4baf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+3
-3
No files found.
doc/ci/yaml/README.md
View file @
62b11436
...
...
@@ -2719,10 +2719,10 @@ can lead to errors during the deployment.
To avoid these errors, the
`resource_group`
attribute can be used to ensure that
the Runner will not run certain jobs simultaneously.
When the
`resource_group`
key is defined
in
a job in
`.gitlab-ci.yml`
,
job
runs are mutually exclusive across different pipelines in
the same project.
When the
`resource_group`
key is defined
for
a job in
`.gitlab-ci.yml`
,
job
executions are mutually exclusive across different pipelines for
the same project.
If multiple jobs belonging to the same resource group are enqueued simultaneously,
only one of the
m
will be picked by the Runner, and the other jobs will wait until the
only one of the
jobs
will be picked by the Runner, and the other jobs will wait until the
`resource_group`
is free.
Here is a simple example:
...
...
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