From ba047884aabc0addc6dcab5458a06d99264315cc Mon Sep 17 00:00:00 2001
From: Eleni Mathioulaki <emathioulaki@athenarc.gr>
Date: Tue, 26 Sep 2023 16:28:28 +0200
Subject: [PATCH] temporarily allow writing to the new spack instance

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ea2c85fe..60b451dd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -57,7 +57,7 @@ deploy-int-release-dev-cscs:
     INSTALLATION_ROOT: /srv/test-build-2309
     SPACK_ENV: test
     RELEASE_NAME: EBRAINS-test
-  resource_group: shared-NFS-mount-dev-cscs
+  resource_group: shared-NFS-mount-dev-cscs-spack20
   rules:
     - if: $CI_PROJECT_NAMESPACE =~ /technical-coordination/
     # - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PROJECT_NAMESPACE =~ /technical-coordination/
@@ -113,7 +113,7 @@ deploy-exp-release-dev-cscs:
     INSTALLATION_ROOT: /srv/test-build-2309
     SPACK_ENV: experimental
     RELEASE_NAME: EBRAINS-experimental
-  resource_group: shared-NFS-mount-dev-cscs
+  resource_group: shared-NFS-mount-dev-cscs-spack20
   only:
     refs:
       - schedules
-- 
GitLab