Skip to content
Snippets Groups Projects
Commit b8293048 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

feat(CI): increase number of jobs

parent e6ab62d0
No related branches found
No related tags found
No related merge requests found
......@@ -274,7 +274,7 @@ sync-gitlab-spack-instance:
image: $BUILD_ENV_DOCKER_IMAGE
variables:
SPACK_REPO_PATH: $SPACK_PATH_GITLAB/ebrains-spack-builds
SPACK_JOBS: 4
SPACK_JOBS: 16
OCI_CACHE_PREFIX: ""
UPDATE_SPACK_OCI_CACHES: false
script:
......
......@@ -36,11 +36,11 @@ spec:
imagePullPolicy: Always
resources:
limits:
cpu: '6'
memory: '18Gi'
cpu: '8'
memory: '32Gi'
requests:
cpu: '4'
memory: '12Gi'
memory: '20Gi'
volumeMounts:
- name: sharedbin
mountPath: /srv
......@@ -99,7 +99,7 @@ spec:
- name: EBRAINS_REPO_PATH
value: $INSTALLATION_ROOT/ebrains-spack-builds
- name: SPACK_JOBS
value: '4'
value: '6'
volumes:
- name: sharedbin
persistentVolumeClaim:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment