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

Correcting synthax en actovating all runners

parent c8ae74b2
No related merge requests found
Pipeline #203963 failed
...@@ -23,33 +23,33 @@ variables: ...@@ -23,33 +23,33 @@ 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-kuma"] app_image: ["registry.c4science.ch/scitas-stack/rhel9-kuma"]
# - environment: [izar] path_suffix: ['']
# path_suffix: '' - environment: [izar]
# slurm_options: ['-c 40 --gpus 2'] slurm_options: ['-c 40 --gpus 2']
# apptainer_options: ['-nv'] apptainer_options: ['-nv']
# stack: ["pinot-noir"] stack: ["pinot-noir"]
# path_suffix: 'izar/' path_suffix: ['izar/']
# - environment: [jed] - environment: [jed]
# slurm_options: ["-c 72 -p jed -q jed"] slurm_options: ["-c 72 -p jed -q jed"]
# stack: ["pinot-noir"] stack: ["pinot-noir"]
# app_image: ["registry.c4science.ch/scitas-stack/rhel9-kuma"] app_image: ["registry.c4science.ch/scitas-stack/rhel9-kuma"]
# path_suffix: '' path_suffix: ['']
- environment: [kuma-h100] - environment: [kuma-h100]
slurm_options: ["-c 64"] slurm_options: ["-c 64"]
stack: ["pinot-noir"] stack: ["pinot-noir"]
apptainer_options: ['--nv'] apptainer_options: ['--nv']
app_image: ["registry.c4science.ch/scitas-stack/rhel9-kuma"] app_image: ["registry.c4science.ch/scitas-stack/rhel9-kuma"]
path_suffix: '' path_suffix: ['']
- environment: [kuma-l40s] - environment: [kuma-l40s]
slurm_options: ["-c 64"] slurm_options: ["-c 64"]
stack: ["pinot-noir"] stack: ["pinot-noir"]
apptainer_options: ['--nv'] apptainer_options: ['--nv']
app_image: ["registry.c4science.ch/scitas-stack/rhel9-kuma"] app_image: ["registry.c4science.ch/scitas-stack/rhel9-kuma"]
path_suffix: '' path_suffix: ['']
tags: tags:
- ${environment} - ${environment}
- stack - stack
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment