Skip to content
Snippets Groups Projects
Commit 94e38a6b authored by Bianca Wentzel's avatar Bianca Wentzel
Browse files

Introduced gitlab variables for project module and account

parent fbd96293
No related branches found
No related tags found
1 merge request!2Plugin template
...@@ -82,10 +82,9 @@ prod-test: ...@@ -82,10 +82,9 @@ prod-test:
tags: tags:
- levante - levante
variables: variables:
ACCOUNT: "ch1187"
SCHEDULER_PARAMETERS: "--account=$ACCOUNT --partition=shared --mem=16G" SCHEDULER_PARAMETERS: "--account=$ACCOUNT --partition=shared --mem=16G"
script: script:
- module load clint regiklim-ces - module load clint $PROJECT_MODULE
- source /etc/profile.d/modules.sh - source /etc/profile.d/modules.sh
- module use /sw/spack-levante/spack/modules - module use /sw/spack-levante/spack/modules
- module load cdo/2.2.2-gcc-11.2.0 nco/5.0.6-gcc-11.2.0 - module load cdo/2.2.2-gcc-11.2.0 nco/5.0.6-gcc-11.2.0
......
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