Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Mpp
MLMC
Commits
7c04b095
Commit
7c04b095
authored
Apr 23, 2020
by
niklas.baumgarten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new stages for different use cases
parent
46a38d8f
Pipeline
#83883
passed with stages
in 13 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
8 deletions
+33
-8
.gitlab-ci.yml
.gitlab-ci.yml
+33
-8
No files found.
.gitlab-ci.yml
View file @
7c04b095
...
...
@@ -27,15 +27,13 @@ build-mpp:
# paths:
# - sprng5
integration-test
:
# only:
# - feature
# - master
# variables:
# - $CI_PIPELINE_SOURCE == "pipeline"
program-test
:
stage
:
test
only
:
-
branches
before_script
:
-
module add foss
-
module add Anaconda3
...
...
@@ -52,7 +50,34 @@ integration-test:
script
:
-
cd tests
-
mpirun -n 4 TestMainProgram
# - python python/test_experiments.py
downstream-test
:
stage
:
test
only
:
variables
:
-
$CI_PIPELINE_SOURCE == "pipeline"
# Todo define remote branch maybe with variables
before_script
:
-
module add foss
-
module add Anaconda3
-
tar xjf sprng5.tar.bz2
-
cd sprng5
-
./configure --with-mpi=yes --with-fortran=no
-
make -j
-
cd ..
-
cd mpp
-
git fetch
-
git pull origin feature
-
cd ..
-
mkdir build
-
cd build
-
cmake ..
-
make -j
script
:
-
cd tests
-
mpirun -n 4 TestMainProgram
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment