From c785f0133c95114664c6dc8bc62f272caa18948f Mon Sep 17 00:00:00 2001 From: Nicolas Richart <nicolas.richart@epfl.ch> Date: Fri, 4 Apr 2025 13:17:52 +0200 Subject: [PATCH] Removing helvetios from the matrix and make it possible to deploy from different runners --- .gitlab-ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62d9791..ea83b51 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,11 +26,11 @@ 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.c4science.ch/scitas-stack/rhel9-jed"] + # path_suffix: [''] - environment: [izar] slurm_options: ['-c 20 --gpus 1 -p gpu -q scitas'] @@ -224,6 +224,7 @@ spack:deploy: - .parallel_definition tags: - scitasbuild + - ${environment} variables: MOUNT_POINT: /ssoft/spack COMMAND_OPTIONS_SBATCH: "-c 36" -- GitLab