Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GstLAL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
lscsoft
GstLAL
Commits
9eeb6f51
Commit
9eeb6f51
authored
6 years ago
by
Patrick Godwin
Browse files
Options
Downloads
Patches
Plain Diff
add unit tests ala doctests for gstlal and gstlal-inspiral to gitlab CI
parent
071047d1
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
+29
-1
29 additions, 1 deletion
.gitlab-ci.yml
with
29 additions
and
1 deletion
.gitlab-ci.yml
+
29
−
1
View file @
9eeb6f51
...
...
@@ -157,6 +157,34 @@ level2:gstlal-burst:
-
pushes
-
schedules
test:gstlal
:
image
:
aepace/gstlal-dev:stretch-mkl
stage
:
test
dependencies
:
-
level2:gstlal
script
:
-
apt-get install -y python-pytest
-
cd gstlal-burst
-
python -m pytest -v --doctest-modules --ignore gst/python --ignore port-tools --ignore tests --ignore python/misc.py
only
:
-
pushes
-
schedules
allow_failure
:
true
test:gstlal-inspiral
:
image
:
aepace/gstlal-dev:stretch-mkl
stage
:
test
dependencies
:
-
level2:gstlal-inspiral
script
:
-
apt-get install -y python-pytest
-
cd gstlal-burst
-
python -m pytest -v --doctest-modules --ignore gst/python --ignore tests --ignore python/stats/inspiral_extrinsics.py
only
:
-
pushes
-
schedules
allow_failure
:
true
test:gstlal-burst
:
image
:
aepace/gstlal-dev:stretch-mkl
stage
:
test
...
...
@@ -165,7 +193,7 @@ test:gstlal-burst:
script
:
-
apt-get install -y python-pytest
-
cd gstlal-burst
-
python -m pytest --doctest-modules --ignore python/excesspower --ignore tests/trigger_test_01.py
-
python -m pytest
-v
--doctest-modules --ignore python/excesspower --ignore tests/trigger_test_01.py
only
:
-
pushes
-
schedules
...
...
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