diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fb778d8185c212adabf1ed42cc38195fec423149..6f7e9304f2c0e48dd8354fd30524e366cad556c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,6 +43,27 @@ real-from-ideal-psp: artifacts: name: real-from-ideal+psp-logs when: always + paths: + - ./autosubmit/**/tmp + expire_in: 7 days + +real-from-dwd-ana: + stage: everything + script: + # Build + - ./examples/02_real-from-dwd-ana.sh 0 + # Run + - ./examples/02_real-from-dwd-ana.sh 1 + # Post-process and clean + - ./examples/02_real-from-dwd-ana.sh 2 + tags: + - slurm.meteo.physik.lmu.de + variables: + SRUN_OPTIONS: "--time 04:00:00 --mem 18G -n 4 -c 2" + + artifacts: + name: real-from-dwd-ana-logs + when: always paths: - ./autosubmit/**/tmp expire_in: 7 days \ No newline at end of file