GitLab CI and Distributed Builds
Introducing: Resource groups

Introducing: Resource groups

1/21/2020 · Chrissie Buchanan

What this post added

Introduced the `resource_group` attribute to `.gitlab-ci.yml` to limit concurrent job execution to a single job per defined resource group. This addresses issues where concurrent deployments to shared physical resources caused errors and unintended consequences. Jobs assigned to the same resource group will now queue if another job is already utilizing it.

Read the original post ↗