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

feat: increase jobs to 128

parent 43463cd3
No related branches found
No related tags found
1 merge request!588feat: increase jobs to 128
......@@ -104,6 +104,9 @@ variables:
DOCKER_NTRIES: 5
DOCKER_WAIT_TIME: 5
## Number of jobs to start during container builds
JOBS: 128
## is this nightly or not?
NIGHTLY:
......@@ -327,6 +330,7 @@ jug_dev:default:
--build-arg S3_SECRET_KEY="${S3_SECRET_KEY}"
--build-arg INTERNAL_TAG=${INTERNAL_TAG}
--build-arg JUG_VERSION=${INTERNAL_TAG}-$(git rev-parse HEAD)
--build-arg jobs=${JOBS}
--build-context spack=.
--secret id=mirrors,src=mirrors.yaml
containers/jug
......@@ -361,7 +365,7 @@ jug_xl:default:
--build-arg JUGGLER_VERSION=${JUGGLER_VERSION}
--build-arg EICRECON_VERSION=${EICRECON_VERSION}
--build-arg JUG_VERSION=${INTERNAL_TAG}-$(git rev-parse HEAD)
--build-arg jobs=64
--build-arg jobs=${JOBS}
--build-context detectors=.
containers/jug
......
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