Skip to content
Snippets Groups Projects
Commit f3704ed3 authored by Jeremy Mathews's avatar Jeremy Mathews
Browse files

Initial CI

parent f6b9f1f2
Branches
Tags
4 merge requests!37v0.0.1,!11Develop,!6Develop,!5Resolve "Add Unit Tests for splitData and getData processes"
Pipeline #5137 passed with stage
in 1 minute and 25 seconds
before_script:
- module add python/3.6.1-2-anaconda
- pip install --user pytest-pythonpath==0.7.1 pytest-cov==2.5.1
- module load singularity/3.0.2
- ln -sfn /project/BICF/BICF_Core/shared/gudmap/cookies/deriva-cookies.txt ./test_data/
- ln -sfn /project/BICF/BICF_Core/shared/gudmap/test_data/File_Q-Y53P.zip ./test_data/
stages:
- unit
unit:
stage: unit
script:
- singularity run 'docker://bicf/bdbag:1.0' bdbag --materialize ./test_data/File_Q-Y53P.zip
- singularity run 'docker://bicf/bdbag:1.0' bdbag --validate full ./test_data/File_Q-Y53P/
- singularity run 'docker://bicf/bdbag:1.0' bdbag --validate completeness ./test_data/File_Q-Y53P/
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment