-
Oriol Tintó authoredOriol Tintó authored
.gitlab-ci.yml 1.95 KiB
stages:
- clean
- build
- run_tests
clean-spack:
stage: clean
script:
- 'rm -rf /scratch/g/gitlab-runner/autoicon-spack || :'
- 'rm -rf /scratch/g/gitlab-runner/autoicon-spackcache || :'
- 'rm -rf /scratch/g/gitlab-runner/autoicon-spackconfig || :'
tags:
- slurm.meteo.physik.lmu.de
rules:
- if: '$CLEAN_UP == "true"'
when: always
- when: never
build-only:
stage: build
script:
- ./examples/00_build_only.sh
tags:
- slurm.meteo.physik.lmu.de
variables:
SRUN_OPTIONS: "--time 04:00:00 --mem 18G -n 4 -c 2"
artifacts:
name: build-only-logs
when: always
paths:
- ./autosubmit/**/tmp
expire_in: 7 days
real-from-ideal:
stage: run_tests
script:
- ./examples/01_real-from-ideal.sh
tags:
- slurm.meteo.physik.lmu.de
variables:
SRUN_OPTIONS: "--time 04:00:00 --mem 18G -n 4 -c 2"
artifacts:
name: real-from-ideal-logs
when: always
paths:
- ./autosubmit/**/tmp
expire_in: 7 days
real-from-ideal-psp:
stage: run_tests
script:
- ./examples/01_real-from-ideal+psp.sh
tags:
- slurm.meteo.physik.lmu.de
variables:
SRUN_OPTIONS: "--time 04:00:00 --mem 18G -n 4 -c 2"
artifacts:
name: real-from-ideal+psp-logs
when: always
paths:
- ./autosubmit/**/tmp
expire_in: 7 days
real-from-dwd-ana: