Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
resolve
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ift
resolve
Commits
6d1ffe08
Commit
6d1ffe08
authored
4 years ago
by
Philipp Arras
Browse files
Options
Downloads
Patches
Plain Diff
Test fixups
parent
1238a169
No related branches found
No related tags found
1 merge request
!9
Mpi adder
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
Dockerfile
+7
-1
7 additions, 1 deletion
Dockerfile
test/test_general.py
+0
-0
0 additions, 0 deletions
test/test_general.py
with
8 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
6d1ffe08
...
...
@@ -34,7 +34,7 @@ build_docker_from_cache:
mytest
:
stage
:
testing
script
:
-
pytest-3 -q --cov=resolve test
.py
-
pytest-3 -q --cov=resolve test
coverage
:
'
/^TOTAL.+?(\d+\%)$/'
test_mpi
:
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
7
−
1
View file @
6d1ffe08
...
...
@@ -5,11 +5,17 @@ ENV DEBIAN_FRONTEND noninteractive
RUN
apt-get update
-qq
&&
apt-get
install
-qq
git
# Actual dependencies
RUN
apt-get update
-qq
&&
apt-get
install
-qq
python3-pip casacore-dev python3-matplotlib
python3-mpi4py
RUN
apt-get update
-qq
&&
apt-get
install
-qq
python3-pip casacore-dev python3-matplotlib
RUN
pip3
install
scipy git+https://gitlab.mpcdf.mpg.de/ift/nifty.git@NIFTy_7
RUN
pip3
install
git+https://gitlab.mpcdf.mpg.de/mtr/ducc.git@ducc0
# Optional dependencies
RUN
pip3
install
astropy
RUN
apt-get
install
python3-mpi4py
# Testing dependencies
RUN
apt-get
install
-qq
python3-pytest-cov
RUN
pip3
install
flake8
# Create user (openmpi does not like to be run as root)
RUN
useradd
-ms
/bin/bash testinguser
USER
testinguser
WORKDIR
/home/testinguser
This diff is collapsed.
Click to expand it.
test/test.py
→
test/test
_general
.py
+
0
−
0
View file @
6d1ffe08
File moved
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