Commit 04abe4ab authored by Neil McCorrison's avatar Neil McCorrison Committed by Marcel Amirault

Switch Resource Groups docs "simultaneously" to "concurrently"

parent 9a5456ab
...@@ -3807,11 +3807,11 @@ step-3: ...@@ -3807,11 +3807,11 @@ step-3:
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/15536) in GitLab 12.7. > [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/15536) in GitLab 12.7.
Sometimes running multiple jobs or pipelines at the same time in an environment Sometimes running multiple jobs at the same time in an environment
can lead to errors during the deployment. can lead to errors during the deployment.
To avoid these errors, use the `resource_group` attribute to make sure that To avoid these errors, use the `resource_group` attribute to make sure that
the runner doesn't run certain jobs simultaneously. Resource groups behave similar the runner doesn't run certain jobs concurrently. Resource groups behave similar
to semaphores in other programming languages. to semaphores in other programming languages.
When the `resource_group` keyword is defined for a job in the `.gitlab-ci.yml` file, When the `resource_group` keyword is defined for a job in the `.gitlab-ci.yml` file,
......
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