Skip to content
Snippets Groups Projects

feat: remove resource_group (concurrency limiting)

Merged Wouter Deconinck requested to merge rm-resource-group into master
+ 1
2
@@ -27,7 +27,7 @@ variables:
@@ -27,7 +27,7 @@ variables:
DOCKER_WAIT_TIME: 5
DOCKER_WAIT_TIME: 5
## Number of jobs to start during container builds
## Number of jobs to start during container builds
JOBS: 128
JOBS: 32
## is this nightly or not?
## is this nightly or not?
NIGHTLY: ""
NIGHTLY: ""
@@ -165,7 +165,6 @@ version:
@@ -165,7 +165,6 @@ version:
extends: .docker
extends: .docker
rules:
rules:
- when: on_success
- when: on_success
resource_group: ${CI_COMMIT_REF_NAME}-${VERSION}
tags:
tags:
- docker-new
- docker-new
before_script:
before_script:
Loading