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

cache now in default

Former-commit-id: f560c8af
parent 232dfad1
No related branches found
No related tags found
No related merge requests found
...@@ -5,11 +5,18 @@ stages: ...@@ -5,11 +5,18 @@ stages:
# - container # - container
default: default:
image:
name: harbor.wolke.img.univie.ac.at/flexpart/rockylinux9:latest
pull_policy: always
tags: tags:
- podman - podman
cache: cache:
paths: paths:
- testdata/ - testdata/
before_script:
- mkdir testdata/
- wget -r -nH --cut-dirs=2 --no-parent --reject="index.html*" -P 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
...@@ -29,9 +36,6 @@ alma8-build: ...@@ -29,9 +36,6 @@ alma8-build:
expire_in: 1d expire_in: 1d
rocky9-build: rocky9-build:
image:
name: harbor.wolke.img.univie.ac.at/flexpart/rockylinux9:latest
pull_policy: always
stage: build stage: build
script: script:
...@@ -47,16 +51,9 @@ rocky9-build: ...@@ -47,16 +51,9 @@ rocky9-build:
- ./src/FLEXPART_ETA - ./src/FLEXPART_ETA
expire_in: 1d expire_in: 1d
setup:
stage: build
image: harbor.wolke.img.univie.ac.at/flexpart/rockylinux9:latest
script:
- mkdir testdata/
- wget -r -nH --cut-dirs=2 --no-parent --reject="index.html*" -P testdata/ "https://webdata.wolke.img.univie.ac.at/flexpart/"
options-test: options-test:
# image: harbor.wolke.img.univie.ac.at/flexpart/almalinux8:latest
image: harbor.wolke.img.univie.ac.at/flexpart/rockylinux9:latest
stage: test stage: test
needs: needs:
- alma8-build - alma8-build
...@@ -75,8 +72,6 @@ options-test: ...@@ -75,8 +72,6 @@ options-test:
expire_in: 5 mins expire_in: 5 mins
nests-test: nests-test:
# image: harbor.wolke.img.univie.ac.at/flexpart/almalinux8:latest
image: harbor.wolke.img.univie.ac.at/flexpart/rockylinux9:latest
stage: test stage: test
when: manual when: manual
needs: needs:
...@@ -93,8 +88,6 @@ nests-test: ...@@ -93,8 +88,6 @@ nests-test:
expire_in: 5 mins expire_in: 5 mins
openmp-simulation: openmp-simulation:
# image: harbor.wolke.img.univie.ac.at/flexpart/almalinux8:latest
image: harbor.wolke.img.univie.ac.at/flexpart/rockylinux9:latest
stage: test stage: test
needs: needs:
- alma8-build - alma8-build
...@@ -114,8 +107,6 @@ openmp-simulation: ...@@ -114,8 +107,6 @@ openmp-simulation:
expire_in: 5 mins expire_in: 5 mins
etex-simulation: etex-simulation:
# image: harbor.wolke.img.univie.ac.at/flexpart/almalinux8:latest
image: harbor.wolke.img.univie.ac.at/flexpart/rockylinux9:latest
stage: test stage: test
when: manual when: manual
needs: needs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment