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
a3f088a4
Commit
a3f088a4
authored
11 months ago
by
Michael Blaschek
Browse files
Options
Downloads
Patches
Plain Diff
updated download and caching
Former-commit-id:
cc791c04
parent
b3b89308
Branches
Branches containing commit
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
+12
-15
12 additions, 15 deletions
.gitlab-ci.yml
with
12 additions
and
15 deletions
.gitlab-ci.yml
+
12
−
15
View file @
a3f088a4
...
...
@@ -9,6 +9,8 @@ default:
tags
:
-
podman
cache
:
key
:
testdata
alma8-build
:
image
:
harbor.wolke.img.univie.ac.at/flexpart/almalinux8:latest
...
...
@@ -28,7 +30,9 @@ alma8-build:
expire_in
:
1d
rocky9-build
:
image
:
harbor.wolke.img.univie.ac.at/flexpart/rockylinux9:latest
image
:
name
:
harbor.wolke.img.univie.ac.at/flexpart/rockylinux9:latest
pull_policy
:
always
stage
:
build
script
:
...
...
@@ -44,23 +48,14 @@ rocky9-build:
-
./src/FLEXPART_ETA
expire_in
:
1d
.download
:
cache
:
paths
:
-
./tests/testdata
policy
:
pull
setup
:
stage
:
setup
image
:
harbor.wolke.img.univie.ac.at/flexpart/rockylinux9:latest
script
:
-
mkdir ./tests/testdata && cd ./tests/testdata
-
curl -O "https://webdata.wolke.img.univie.ac.at/flexpart/*"
extends
:
.download
-
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/"
cache
:
policy
:
pull-push
artifacts
:
expire_in
:
never
key
:
testdata
paths
:
-
./tests/testdata
...
...
@@ -71,8 +66,7 @@ options-test:
needs
:
-
alma8-build
-
rocky9-build
extends
:
.download
-
setup
script
:
-
ulimit -s unlimited
-
bash ./tests/run_default_options_test.sh
...
...
@@ -93,6 +87,7 @@ nests-test:
needs
:
-
alma8-build
-
rocky9-build
-
setup
script
:
-
ulimit -s unlimited
...
...
@@ -110,6 +105,7 @@ openmp-simulation:
needs
:
-
alma8-build
-
rocky9-build
-
setup
script
:
-
ulimit -s unlimited
...
...
@@ -132,6 +128,7 @@ etex-simulation:
needs
:
-
alma8-build
-
rocky9-build
-
setup
script
:
-
ulimit -s unlimited
...
...
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