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
Container registry
Monitor
Service Desk
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
Flexpart
Flexpart
Commits
90fa234e
Commit
90fa234e
authored
11 months ago
by
Michael Blaschek
Browse files
Options
Downloads
Patches
Plain Diff
another cache version
parent
f560c8af
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
+15
-15
15 additions, 15 deletions
.gitlab-ci.yml
with
15 additions
and
15 deletions
.gitlab-ci.yml
+
15
−
15
View file @
90fa234e
...
...
@@ -11,16 +11,21 @@ default:
tags
:
-
podman
setup
:
stage
:
build
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/"
-
tests/testdata/
untracked
:
true
script
:
-
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/"
alma8-build
:
image
:
harbor.wolke.img.univie.ac.at/flexpart/almalinux8:latest
stage
:
build
when
:
manual
script
:
-
export FC=gfortran
...
...
@@ -51,16 +56,14 @@ rocky9-build:
-
./src/FLEXPART_ETA
expire_in
:
1d
options-test
:
stage
:
test
needs
:
-
alma8-
build
-
rocky9-build
-
build
script
:
-
ulimit -s unlimited
-
cd tests && ln -s ../testdata/ testdata && cd ..
-
ls /tests/testdata
-
bash ./tests/run_default_options_test.sh
artifacts
:
when
:
on_success
...
...
@@ -75,8 +78,7 @@ nests-test:
stage
:
test
when
:
manual
needs
:
-
alma8-build
-
rocky9-build
-
build
script
:
-
ulimit -s unlimited
...
...
@@ -90,8 +92,7 @@ nests-test:
openmp-simulation
:
stage
:
test
needs
:
-
alma8-build
-
rocky9-build
-
build
script
:
-
ulimit -s unlimited
...
...
@@ -110,8 +111,7 @@ etex-simulation:
stage
:
test
when
:
manual
needs
:
-
alma8-build
-
rocky9-build
-
build
script
:
-
ulimit -s unlimited
...
...
This diff is collapsed.
Click to expand it.
Michael Blaschek
@blaschm7
mentioned in commit
d6306617
·
11 months ago
mentioned in commit
d6306617
mentioned in commit d6306617852f13a4241dd25abfdc6a1482fef1c8
Toggle commit list
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