Skip to content
Snippets Groups Projects
Commit 1394decf authored by Julian's avatar Julian
Browse files

Add resource_group for build jobs

parent 6cc782fc
Branches
No related tags found
No related merge requests found
...@@ -46,6 +46,10 @@ image: registry.git.cccv.de/infra/packages/docker-images/utility ...@@ -46,6 +46,10 @@ image: registry.git.cccv.de/infra/packages/docker-images/utility
when: manual when: manual
- if: '$RUN_AUTOUPDATE != "1"' - if: '$RUN_AUTOUPDATE != "1"'
stage: build stage: build
# Ensure that build jobs only run one at a time to prevent excessive
# resource usage when many releases are added at the same time
# (e.g. security updates for multiple versions)
resource_group: build
dependencies: [] dependencies: []
needs: [] needs: []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment