Skip to content
Snippets Groups Projects
Commit 7e55f5cb authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Add clean-up stage in CI.

parent 346c2bd4
No related branches found
No related tags found
No related merge requests found
Pipeline #18989 passed
stages:
- everything
- clean
- 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
real-from-ideal:
stage: everything
stage: run_tests
script:
- ./examples/01_real-from-ideal.sh
tags:
......@@ -18,7 +35,7 @@ real-from-ideal:
expire_in: 7 days
real-from-ideal-psp:
stage: everything
stage: run_tests
script:
- ./examples/01_real-from-ideal+psp.sh
tags:
......@@ -34,7 +51,7 @@ real-from-ideal-psp:
expire_in: 7 days
real-from-dwd-ana:
stage: everything
stage: run_tests
script:
- ./examples/02_real-from-dwd-ana.sh
tags:
......
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