From e79ea832fa256dc820a812ac10d450eee53c85cb Mon Sep 17 00:00:00 2001 From: Nicolas Richart <nicolas.richart@epfl.ch> Date: Wed, 16 Apr 2025 23:08:20 +0200 Subject: [PATCH] Changing images --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 793a547..fce05dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,27 +33,27 @@ variables: 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/software-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/software-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/software-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/software-stack:rhel94-kuma"] path_suffix: [''] tags: - stack -- GitLab