Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
MLMC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mpp
MLMC
Commits
5d5fec45
Commit
5d5fec45
authored
Apr 26, 2020
by
niklas.baumgarten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated yml
parent
763d84e7
Pipeline
#84291
failed with stages
in 6 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
16 deletions
+30
-16
.gitlab-ci.yml
.gitlab-ci.yml
+30
-16
No files found.
.gitlab-ci.yml
View file @
5d5fec45
...
...
@@ -5,6 +5,9 @@ stages:
build-mpp
:
stage
:
build
only
:
-
branches
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
...
...
@@ -23,9 +26,16 @@ build-mpp:
-
cmake ..
-
make -j
# cache:
# paths:
# - sprng5
artifacts
:
paths
:
-
build/src
-
build/LIB_PS
-
build/googletest
expire_in
:
'
1h'
cache
:
paths
:
-
sprng5
program-test
:
stage
:
test
...
...
@@ -33,19 +43,9 @@ program-test:
only
:
-
branches
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 ..
-
mkdir build
-
cd build
-
cmake ..
-
make -j
script
:
-
cd tests
...
...
@@ -53,13 +53,21 @@ program-test:
-
mpirun -n 4 TestMultilevelPlotter
# Part for downstream pipeline
#downstream-build:
# stage: build
#
# script:
# - ls
downstream-test
:
stage
:
test
only
:
variables
:
-
$CI_PIPELINE_SOURCE == "pipeline"
# Todo define remote branch maybe with variables
-
pipelines
before_script
:
-
module add foss
...
...
@@ -79,6 +87,12 @@ downstream-test:
-
make -j
script
:
-
"
curl
-SL
https://git.scc.kit.edu/mpp/mpp/-/jobs/artifacts/feature/download?job=build-mpp"
-
unzip build.zip
-
cd build
-
cmake ..
-
make -j
-
cd tests
-
mpirun -n 4 TestMainProgram
-
mpirun -n 4 TestMultilevelPlotter
...
...
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