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

cache to build

parent 66d72181
No related branches found
No related tags found
No related merge requests found
stages:
- build
- setup
- test
- compare
# - container
......@@ -8,7 +7,6 @@ stages:
default:
tags:
- podman
cache:
key: testdata
paths:
......@@ -52,7 +50,7 @@ rocky9-build:
expire_in: 1d
setup:
stage: setup
stage: build
image: harbor.wolke.img.univie.ac.at/flexpart/rockylinux9:latest
script:
- mkdir ./tests/testdata
......@@ -65,7 +63,6 @@ options-test:
needs:
- alma8-build
- rocky9-build
- setup
script:
- ulimit -s unlimited
- bash ./tests/run_default_options_test.sh
......@@ -86,7 +83,6 @@ nests-test:
needs:
- alma8-build
- rocky9-build
- setup
script:
- ulimit -s unlimited
......@@ -104,7 +100,6 @@ openmp-simulation:
needs:
- alma8-build
- rocky9-build
- setup
script:
- ulimit -s unlimited
......@@ -127,7 +122,6 @@ etex-simulation:
needs:
- alma8-build
- rocky9-build
- setup
script:
- ulimit -s unlimited
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment