Commit 8afa2a10 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'DarwinJS-master-patch-98253' into 'master'

Docs: Add term semaphore for comprehension and SEO in GitLab CI YAML reference

See merge request gitlab-org/gitlab!44912
parents 3415cd0a 877b456e
......@@ -3855,7 +3855,8 @@ Sometimes running multiple jobs or pipelines at the same time in an environment
can lead to errors during the deployment.
To avoid these errors, the `resource_group` attribute can be used to ensure that
the runner doesn't run certain jobs simultaneously.
the runner doesn't run certain jobs simultaneously. Resource groups behave similiar
to semaphores in other programming languages.
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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment