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
e5634449
Commit
e5634449
authored
11 months ago
by
Michael Blaschek
Browse files
Options
Downloads
Patches
Plain Diff
removed cache, not working. add artifacts
Former-commit-id:
f759c25c
parent
8a2cfd37
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
+10
-7
10 additions, 7 deletions
.gitlab-ci.yml
with
10 additions
and
7 deletions
.gitlab-ci.yml
+
10
−
7
View file @
e5634449
...
@@ -14,10 +14,11 @@ default:
...
@@ -14,10 +14,11 @@ default:
setup
:
setup
:
stage
:
build
stage
:
build
cache
:
artifacts
:
paths
:
paths
:
-
tests/testdata/
-
tests/testdata/
untracked
:
true
expire_in
:
30 min
when
:
on_success
script
:
script
:
-
mkdir tests/testdata/
-
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/"
-
wget -r -nH --cut-dirs=2 --no-parent --reject="index.html*" -P tests/testdata/ "https://webdata.wolke.img.univie.ac.at/flexpart/"
...
@@ -38,7 +39,7 @@ alma8-build:
...
@@ -38,7 +39,7 @@ alma8-build:
paths
:
paths
:
-
./src/FLEXPART
-
./src/FLEXPART
-
./src/FLEXPART_ETA
-
./src/FLEXPART_ETA
expire_in
:
1d
expire_in
:
30 mins
rocky9-build
:
rocky9-build
:
stage
:
build
stage
:
build
...
@@ -54,12 +55,13 @@ rocky9-build:
...
@@ -54,12 +55,13 @@ rocky9-build:
paths
:
paths
:
-
./src/FLEXPART
-
./src/FLEXPART
-
./src/FLEXPART_ETA
-
./src/FLEXPART_ETA
expire_in
:
1d
expire_in
:
30 mins
options-test
:
options-test
:
stage
:
test
stage
:
test
needs
:
needs
:
-
rocky9-build
-
rocky9-build
-
setup
script
:
script
:
-
ulimit -s unlimited
-
ulimit -s unlimited
...
@@ -72,7 +74,7 @@ options-test:
...
@@ -72,7 +74,7 @@ options-test:
-
./tests/output_bkw
-
./tests/output_bkw
-
./tests/output_settling_eta
-
./tests/output_settling_eta
-
./tests/output_bkw_eta
-
./tests/output_bkw_eta
expire_in
:
5
mins
expire_in
:
10
mins
nests-test
:
nests-test
:
stage
:
test
stage
:
test
...
@@ -87,12 +89,13 @@ nests-test:
...
@@ -87,12 +89,13 @@ nests-test:
when
:
on_success
when
:
on_success
paths
:
paths
:
-
./tests/output_nests
-
./tests/output_nests
expire_in
:
5
mins
expire_in
:
10
mins
openmp-simulation
:
openmp-simulation
:
stage
:
test
stage
:
test
needs
:
needs
:
-
rocky9-build
-
rocky9-build
-
setup
script
:
script
:
-
ulimit -s unlimited
-
ulimit -s unlimited
...
@@ -105,7 +108,7 @@ openmp-simulation:
...
@@ -105,7 +108,7 @@ openmp-simulation:
-
./tests/output_omp32
-
./tests/output_omp32
-
./tests/output_omp1_eta
-
./tests/output_omp1_eta
-
./tests/output_omp32_eta
-
./tests/output_omp32_eta
expire_in
:
5
mins
expire_in
:
10
mins
etex-simulation
:
etex-simulation
:
stage
:
test
stage
:
test
...
...
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