From f39bcb356375200d1af19b8a6a75033a767f6a2a Mon Sep 17 00:00:00 2001
From: Nicolas Richart <nicolas.richart@epfl.ch>
Date: Mon, 7 Apr 2025 18:17:57 +0200
Subject: [PATCH] Changing images for ci and disabling helvetios

---
 .gitlab-ci.yml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 754c965..f8295d6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,37 +22,37 @@ variables:
 .parallel_definition:
   parallel:
     matrix:
-      - environment: [helvetios]
-        slurm_options: ["-c 36"]
-        stack: ["pinot-noir"]
-        app_image: ["registry.c4science.ch/scitas-stack/rhel9-jed"]
-        path_suffix: ['']
+      # - environment: [helvetios]
+      #   slurm_options: ["-c 36"]
+      #   stack: ["pinot-noir"]
+      #   app_image: ["registry.hpc.epfl.ch/scitas/scitas-stack:rhel94-kuma"]
+      #   path_suffix: ['']
 
       - environment: [izar]
         slurm_options: ['-c 20 --gpus 1 -p gpu -q scitas']
         apptainer_options: ['--nv']
         stack: ["pinot-noir"]
-        app_image: ["registry.c4science.ch/scitas-stack/rhel9-jed"]
+        app_image: ["registry.hpc.epfl.ch/scitas/scitas-stack:rhel94-kuma"]
         path_suffix: ['izar/']
 
       - environment: [jed]
         slurm_options: ["-c 72 -p jed -q jed"]
         stack: ["pinot-noir"]
-        app_image: ["registry.c4science.ch/scitas-stack/rhel9-jed"]
+        app_image: ["registry.hpc.epfl.ch/scitas/scitas-stack:rhel94-kuma"]
         path_suffix: ['']
 
       - environment: [kuma-h100]
         slurm_options: ["-c 16 -q scitas"]
         stack: ["pinot-noir"]
         apptainer_options: ['--nv']
-        app_image: ["registry.c4science.ch/scitas-stack/rhel9-kuma"]
+        app_image: ["registry.hpc.epfl.ch/scitas/scitas-stack:rhel94-kuma"]
         path_suffix: ['']
 
       - environment: [kuma-l40s]
         slurm_options: ["-c 16 -q scitas"]
         stack: ["pinot-noir"]
         apptainer_options: ['--nv']
-        app_image: ["registry.c4science.ch/scitas-stack/rhel9-kuma"]
+        app_image: ["registry.hpc.epfl.ch/scitas/scitas-stack:rhel94-kuma"]
         path_suffix: ['']
   tags:
     - stack
-- 
GitLab