Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gstlal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Duncan Macleod
gstlal
Commits
0be81163
Commit
0be81163
authored
6 years ago
by
Patrick Godwin
Committed by
Kipp Cannon
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
.gitlab-ci.yml: modify list of tests to ignore for test:gstlal-inspiral, remove allow_failure flags
parent
c10f0a08
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-5
2 additions, 5 deletions
.gitlab-ci.yml
with
2 additions
and
5 deletions
.gitlab-ci.yml
+
2
−
5
View file @
0be81163
...
...
@@ -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 sph
y
nx, texlive, etc. I'm installing these here
# Download and install sph
i
nx, 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:
...
...
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