Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Flexpart
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Benjamin Püschel
Flexpart
Commits
c5c4efc6
Commit
c5c4efc6
authored
11 months ago
by
Michael Blaschek
Browse files
Options
Downloads
Patches
Plain Diff
cache now in default
Former-commit-id:
f560c8af
parent
232dfad1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-17
8 additions, 17 deletions
.gitlab-ci.yml
with
8 additions
and
17 deletions
.gitlab-ci.yml
+
8
−
17
View file @
c5c4efc6
...
...
@@ -5,11 +5,18 @@ stages:
# - container
default
:
image
:
name
:
harbor.wolke.img.univie.ac.at/flexpart/rockylinux9:latest
pull_policy
:
always
tags
:
-
podman
cache
:
paths
:
-
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
:
image
:
harbor.wolke.img.univie.ac.at/flexpart/almalinux8:latest
...
...
@@ -29,9 +36,6 @@ alma8-build:
expire_in
:
1d
rocky9-build
:
image
:
name
:
harbor.wolke.img.univie.ac.at/flexpart/rockylinux9:latest
pull_policy
:
always
stage
:
build
script
:
...
...
@@ -47,16 +51,9 @@ rocky9-build:
-
./src/FLEXPART_ETA
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
:
# image: harbor.wolke.img.univie.ac.at/flexpart/almalinux8:latest
image
:
harbor.wolke.img.univie.ac.at/flexpart/rockylinux9:latest
stage
:
test
needs
:
-
alma8-build
...
...
@@ -75,8 +72,6 @@ options-test:
expire_in
:
5 mins
nests-test
:
# image: harbor.wolke.img.univie.ac.at/flexpart/almalinux8:latest
image
:
harbor.wolke.img.univie.ac.at/flexpart/rockylinux9:latest
stage
:
test
when
:
manual
needs
:
...
...
@@ -93,8 +88,6 @@ nests-test:
expire_in
:
5 mins
openmp-simulation
:
# image: harbor.wolke.img.univie.ac.at/flexpart/almalinux8:latest
image
:
harbor.wolke.img.univie.ac.at/flexpart/rockylinux9:latest
stage
:
test
needs
:
-
alma8-build
...
...
@@ -114,8 +107,6 @@ openmp-simulation:
expire_in
:
5 mins
etex-simulation
:
# image: harbor.wolke.img.univie.ac.at/flexpart/almalinux8:latest
image
:
harbor.wolke.img.univie.ac.at/flexpart/rockylinux9:latest
stage
:
test
when
:
manual
needs
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment