From b8293048a5da7fef5adf21f225063999816c7438 Mon Sep 17 00:00:00 2001
From: Eleni Mathioulaki <emathioulaki@athenarc.gr>
Date: Tue, 11 Mar 2025 13:45:12 +0000
Subject: [PATCH] feat(CI): increase number of jobs

---
 .gitlab-ci.yml | 2 +-
 create_job.sh  | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 17476bd7..e8524909 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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:
diff --git a/create_job.sh b/create_job.sh
index 60958e3b..56d80c8f 100644
--- a/create_job.sh
+++ b/create_job.sh
@@ -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:
-- 
GitLab