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: stages:
- build - build
- setup
- test - test
- compare - compare
# - container # - container
...@@ -8,7 +7,6 @@ stages: ...@@ -8,7 +7,6 @@ stages:
default: default:
tags: tags:
- podman - podman
cache: cache:
key: testdata key: testdata
paths: paths:
...@@ -52,7 +50,7 @@ rocky9-build: ...@@ -52,7 +50,7 @@ rocky9-build:
expire_in: 1d expire_in: 1d
setup: setup:
stage: setup stage: build
image: harbor.wolke.img.univie.ac.at/flexpart/rockylinux9:latest image: harbor.wolke.img.univie.ac.at/flexpart/rockylinux9:latest
script: script:
- mkdir ./tests/testdata - mkdir ./tests/testdata
...@@ -65,7 +63,6 @@ options-test: ...@@ -65,7 +63,6 @@ options-test:
needs: needs:
- alma8-build - alma8-build
- rocky9-build - rocky9-build
- setup
script: script:
- ulimit -s unlimited - ulimit -s unlimited
- bash ./tests/run_default_options_test.sh - bash ./tests/run_default_options_test.sh
...@@ -86,7 +83,6 @@ nests-test: ...@@ -86,7 +83,6 @@ nests-test:
needs: needs:
- alma8-build - alma8-build
- rocky9-build - rocky9-build
- setup
script: script:
- ulimit -s unlimited - ulimit -s unlimited
...@@ -104,7 +100,6 @@ openmp-simulation: ...@@ -104,7 +100,6 @@ openmp-simulation:
needs: needs:
- alma8-build - alma8-build
- rocky9-build - rocky9-build
- setup
script: script:
- ulimit -s unlimited - ulimit -s unlimited
...@@ -127,7 +122,6 @@ etex-simulation: ...@@ -127,7 +122,6 @@ etex-simulation:
needs: needs:
- alma8-build - alma8-build
- rocky9-build - rocky9-build
- setup
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