Skip to content
Snippets Groups Projects
Commit 90fa234e authored by Michael Blaschek's avatar Michael Blaschek :bicyclist:
Browse files

another cache version

parent f560c8af
No related branches found
No related tags found
No related merge requests found
...@@ -11,16 +11,21 @@ default: ...@@ -11,16 +11,21 @@ default:
tags: tags:
- podman - podman
setup:
stage: build
cache: cache:
paths: paths:
- testdata/ - tests/testdata/
before_script: untracked: true
- mkdir testdata/ script:
- wget -r -nH --cut-dirs=2 --no-parent --reject="index.html*" -P testdata/ "https://webdata.wolke.img.univie.ac.at/flexpart/" - mkdir tests/testdata/
- wget -r -nH --cut-dirs=2 --no-parent --reject="index.html*" -P tests/testdata/ "https://webdata.wolke.img.univie.ac.at/flexpart/"
alma8-build: alma8-build:
image: harbor.wolke.img.univie.ac.at/flexpart/almalinux8:latest image: harbor.wolke.img.univie.ac.at/flexpart/almalinux8:latest
stage: build stage: build
when: manual
script: script:
- export FC=gfortran - export FC=gfortran
...@@ -51,16 +56,14 @@ rocky9-build: ...@@ -51,16 +56,14 @@ rocky9-build:
- ./src/FLEXPART_ETA - ./src/FLEXPART_ETA
expire_in: 1d expire_in: 1d
options-test: options-test:
stage: test stage: test
needs: needs:
- alma8-build - build
- rocky9-build
script: script:
- ulimit -s unlimited - ulimit -s unlimited
- cd tests && ln -s ../testdata/ testdata && cd .. - ls /tests/testdata
- bash ./tests/run_default_options_test.sh - bash ./tests/run_default_options_test.sh
artifacts: artifacts:
when: on_success when: on_success
...@@ -75,8 +78,7 @@ nests-test: ...@@ -75,8 +78,7 @@ nests-test:
stage: test stage: test
when: manual when: manual
needs: needs:
- alma8-build - build
- rocky9-build
script: script:
- ulimit -s unlimited - ulimit -s unlimited
...@@ -90,8 +92,7 @@ nests-test: ...@@ -90,8 +92,7 @@ nests-test:
openmp-simulation: openmp-simulation:
stage: test stage: test
needs: needs:
- alma8-build - build
- rocky9-build
script: script:
- ulimit -s unlimited - ulimit -s unlimited
...@@ -110,8 +111,7 @@ etex-simulation: ...@@ -110,8 +111,7 @@ etex-simulation:
stage: test stage: test
when: manual when: manual
needs: needs:
- alma8-build - build
- rocky9-build
script: script:
- ulimit -s unlimited - ulimit -s unlimited
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment