Skip to content
Snippets Groups Projects
Commit 0be81163 authored by Patrick Godwin's avatar Patrick Godwin Committed by Kipp Cannon
Browse files

.gitlab-ci.yml: modify list of tests to ignore for test:gstlal-inspiral, remove allow_failure flags

parent c10f0a08
No related branches found
No related tags found
No related merge requests found
......@@ -236,7 +236,6 @@ test:gstlal:
only:
- pushes
- schedules
allow_failure: true
test:gstlal-inspiral:
image: aepace/gstlal-dev:stretch-mkl
......@@ -247,11 +246,10 @@ test:gstlal-inspiral:
- export GSTLAL_FIR_WHITEN=0
- apt-get install -y python-pytest
- cd gstlal-inspiral
- python -m pytest -v --doctest-modules --ignore gst/python --ignore tests --ignore python/lloidplots.py --ignore python/llweb.py --ignore python/plotsegments.py --ignore python/plotsensitivity.py --ignore python/snglinspiraltable.py --ignore python/spawaveform.py --ignore python/spiirparts.py --ignore python/webpage.py --ignore python/imr_utils.py
- python -m pytest -v --doctest-modules --ignore gst/python --ignore tests --ignore python/lloidplots.py --ignore python/llweb.py --ignore python/plotsegments.py --ignore python/plotsensitivity.py --ignore python/snglinspiraltable.py --ignore python/spawaveform.py --ignore python/spiirparts.py --ignore python/webpage.py --ignore python/imr_utils.py --ignore python/stats/inspiral_extrinsics.py --ignore python/templates.py
only:
- pushes
- schedules
allow_failure: true
test:gstlal-burst:
image: aepace/gstlal-dev:stretch-mkl
......@@ -265,7 +263,6 @@ test:gstlal-burst:
only:
- pushes
- schedules
allow_failure: true
test:offline:
image: aepace/gstlal-dev:stretch-mkl
......@@ -308,7 +305,7 @@ pages:
stage: nightly-pages
script:
- echo "Building Documentation"
# Download and install sphynx, texlive, etc. I'm installing these here
# Download and install sphinx, texlive, etc. I'm installing these here
# since they don't need to be part of the dev container for running, only
# for building documentation. This shaves ~600MB off the size of the gstlal-dev
# container:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment