Skip to content
Snippets Groups Projects
Commit c785f013 authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Removing helvetios from the matrix and make it possible to deploy from different runners

parent e657ae4a
Branches
No related tags found
1 merge request!38Removing helvetios from the matrix and make it possible to deploy from different runners
Pipeline #259566 passed with warnings
...@@ -26,11 +26,11 @@ variables: ...@@ -26,11 +26,11 @@ variables:
.parallel_definition: .parallel_definition:
parallel: parallel:
matrix: matrix:
- environment: [helvetios] # - environment: [helvetios]
slurm_options: ["-c 36"] # slurm_options: ["-c 36"]
stack: ["pinot-noir"] # stack: ["pinot-noir"]
app_image: ["registry.c4science.ch/scitas-stack/rhel9-jed"] # app_image: ["registry.c4science.ch/scitas-stack/rhel9-jed"]
path_suffix: [''] # path_suffix: ['']
- environment: [izar] - environment: [izar]
slurm_options: ['-c 20 --gpus 1 -p gpu -q scitas'] slurm_options: ['-c 20 --gpus 1 -p gpu -q scitas']
...@@ -224,6 +224,7 @@ spack:deploy: ...@@ -224,6 +224,7 @@ spack:deploy:
- .parallel_definition - .parallel_definition
tags: tags:
- scitasbuild - scitasbuild
- ${environment}
variables: variables:
MOUNT_POINT: /ssoft/spack MOUNT_POINT: /ssoft/spack
COMMAND_OPTIONS_SBATCH: "-c 36" COMMAND_OPTIONS_SBATCH: "-c 36"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment