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
2 merge requests!651create new experimental release,!650update spack version to v0.23.1
Pipeline #60182 waiting for manual action with stage
in 8 minutes and 56 seconds
...@@ -274,7 +274,7 @@ sync-gitlab-spack-instance: ...@@ -274,7 +274,7 @@ sync-gitlab-spack-instance:
image: $BUILD_ENV_DOCKER_IMAGE image: $BUILD_ENV_DOCKER_IMAGE
variables: variables:
SPACK_REPO_PATH: $SPACK_PATH_GITLAB/ebrains-spack-builds SPACK_REPO_PATH: $SPACK_PATH_GITLAB/ebrains-spack-builds
SPACK_JOBS: 4 SPACK_JOBS: 16
OCI_CACHE_PREFIX: "" OCI_CACHE_PREFIX: ""
UPDATE_SPACK_OCI_CACHES: false UPDATE_SPACK_OCI_CACHES: false
script: script:
......
...@@ -36,11 +36,11 @@ spec: ...@@ -36,11 +36,11 @@ spec:
imagePullPolicy: Always imagePullPolicy: Always
resources: resources:
limits: limits:
cpu: '6' cpu: '8'
memory: '18Gi' memory: '32Gi'
requests: requests:
cpu: '4' cpu: '4'
memory: '12Gi' memory: '20Gi'
volumeMounts: volumeMounts:
- name: sharedbin - name: sharedbin
mountPath: /srv mountPath: /srv
...@@ -99,7 +99,7 @@ spec: ...@@ -99,7 +99,7 @@ spec:
- name: EBRAINS_REPO_PATH - name: EBRAINS_REPO_PATH
value: $INSTALLATION_ROOT/ebrains-spack-builds value: $INSTALLATION_ROOT/ebrains-spack-builds
- name: SPACK_JOBS - name: SPACK_JOBS
value: '4' value: '6'
volumes: volumes:
- name: sharedbin - name: sharedbin
persistentVolumeClaim: 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