Skip to content
Snippets Groups Projects

Generalization

Merged Bianca Wentzel requested to merge generalization into plugin_template
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -35,7 +35,7 @@ cache:
# configure the freva plugin
- export EVALUATION_SYSTEM_CONFIG_FILE=$CI_PROJECT_DIR/plugin_env/freva/evaluation_system.conf
- export EVALUATION_SYSTEM_CONFIG_DIR=$CI_PROJECT_DIR/plugin_env/freva/
- wget https://swift.dkrz.de/v1/dkrz_6681fd49-d4e5-44f6-bf39-307a187ed22e/data-crawler/data-crawler-linux64 -O data-crawler
- wget https://gitlab.dkrz.de/freva/metadata-crawler-source/-/jobs/537101/artifacts/file/data-crawler-2024.12.11 -O data-crawler
- chmod +x data-crawler
func-test:
@@ -78,7+78,7 @@
SCHEDULER_PARAMETERS: "--account=$ACCOUNT --partition=shared --mem=16G"
script:
- module load clint regiklim-ces
- source /etc/profile.d/modules.sh
- 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
- export EVALUATION_SYSTEM_PLUGINS=$CI_PROJECT_DIR,pet-wrapper-api
Loading