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

removed cache, not working. add artifacts

Former-commit-id: f759c25c
parent 8a2cfd37
No related branches found
No related tags found
No related merge requests found
...@@ -14,10 +14,11 @@ default: ...@@ -14,10 +14,11 @@ default:
setup: setup:
stage: build stage: build
cache: artifacts:
paths: paths:
- tests/testdata/ - tests/testdata/
untracked: true expire_in: 30 min
when: on_success
script: script:
- mkdir tests/testdata/ - 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/" - wget -r -nH --cut-dirs=2 --no-parent --reject="index.html*" -P tests/testdata/ "https://webdata.wolke.img.univie.ac.at/flexpart/"
...@@ -38,7 +39,7 @@ alma8-build: ...@@ -38,7 +39,7 @@ alma8-build:
paths: paths:
- ./src/FLEXPART - ./src/FLEXPART
- ./src/FLEXPART_ETA - ./src/FLEXPART_ETA
expire_in: 1d expire_in: 30 mins
rocky9-build: rocky9-build:
stage: build stage: build
...@@ -54,12 +55,13 @@ rocky9-build: ...@@ -54,12 +55,13 @@ rocky9-build:
paths: paths:
- ./src/FLEXPART - ./src/FLEXPART
- ./src/FLEXPART_ETA - ./src/FLEXPART_ETA
expire_in: 1d expire_in: 30 mins
options-test: options-test:
stage: test stage: test
needs: needs:
- rocky9-build - rocky9-build
- setup
script: script:
- ulimit -s unlimited - ulimit -s unlimited
...@@ -72,7 +74,7 @@ options-test: ...@@ -72,7 +74,7 @@ options-test:
- ./tests/output_bkw - ./tests/output_bkw
- ./tests/output_settling_eta - ./tests/output_settling_eta
- ./tests/output_bkw_eta - ./tests/output_bkw_eta
expire_in: 5 mins expire_in: 10 mins
nests-test: nests-test:
stage: test stage: test
...@@ -87,12 +89,13 @@ nests-test: ...@@ -87,12 +89,13 @@ nests-test:
when: on_success when: on_success
paths: paths:
- ./tests/output_nests - ./tests/output_nests
expire_in: 5 mins expire_in: 10 mins
openmp-simulation: openmp-simulation:
stage: test stage: test
needs: needs:
- rocky9-build - rocky9-build
- setup
script: script:
- ulimit -s unlimited - ulimit -s unlimited
...@@ -105,7 +108,7 @@ openmp-simulation: ...@@ -105,7 +108,7 @@ openmp-simulation:
- ./tests/output_omp32 - ./tests/output_omp32
- ./tests/output_omp1_eta - ./tests/output_omp1_eta
- ./tests/output_omp32_eta - ./tests/output_omp32_eta
expire_in: 5 mins expire_in: 10 mins
etex-simulation: etex-simulation:
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment