Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
5a98bc9a
Commit
5a98bc9a
authored
Apr 05, 2018
by
Martin Reinecke
Browse files
try to speed up tests
parent
793b43ee
Pipeline
#26907
canceled with stage
in 3 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5a98bc9a
...
...
@@ -7,27 +7,32 @@ stages:
variables
:
DOCKER_DRIVER
:
overlay
test_
python2
:
test_
scalar
:
stage
:
test
script
:
-
pip install --user .
-
OMP_NUM_THREADS=1 mpiexec -n 2 nosetests -q 2>/dev/null
-
pip3 install --user .
-
OMP_NUM_THREADS=1 mpiexec -n 2 nosetests -q
-
nosetests3 -q
-
nosetests -q --with-coverage --cover-package=nifty4 --cover-branches --cover-erase
-
>
coverage report | grep TOTAL | awk '{ print "TOTAL: "$6; }'
test_
python3
:
test_
mpi
:
stage
:
test
script
:
-
pip install --user .
-
pip3 install --user .
-
nosetests3 -q
-
OMP_NUM_THREADS=1 mpiexec -n 2 nosetests3 -q 2>/dev/null
-
OMP_NUM_THREADS=1 mpiexec -n 2 nosetests -q
-
OMP_NUM_THREADS=1 mpiexec -n 2 nosetests3 -q
only
:
-
NIFTy_4
pages
:
stage
:
release
script
:
-
pip install --user .
-
sh docs/generate.sh
> /dev/null
-
sh docs/generate.sh
-
mv docs/build/ public/
artifacts
:
paths
:
...
...
Write
Preview
Supports
Markdown
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