Skip to content
Snippets Groups Projects
Commit 9b45b4fd authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: limit jobs to 64 when in parallel

parent 2053586c
No related branches found
No related tags found
1 merge request!713feat: remove resource_group (concurrency limiting)
This commit is part of merge request !713. Comments created here will be created in the context of that merge request.
...@@ -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: 64
## is this nightly or not? ## is this nightly or not?
NIGHTLY: "" NIGHTLY: ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment