Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bilby
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
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
lscsoft
bilby
Commits
0a6e5143
Commit
0a6e5143
authored
3 years ago
by
Colm Talbot
Committed by
Gregory Ashton
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix CI workflow
parent
8585cab9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1065
Fix CI workflow
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+7
-10
7 additions, 10 deletions
.gitlab-ci.yml
README.rst
+1
-1
1 addition, 1 deletion
README.rst
test/bilby_mcmc/__init__.py
+0
-0
0 additions, 0 deletions
test/bilby_mcmc/__init__.py
with
8 additions
and
11 deletions
.gitlab-ci.yml
+
7
−
10
View file @
0a6e5143
...
@@ -123,21 +123,20 @@ python-3.8:
...
@@ -123,21 +123,20 @@ python-3.8:
<<
:
*unit-test
<<
:
*unit-test
needs
:
[
"
basic-3.8"
,
"
precommits-py3.8"
]
needs
:
[
"
basic-3.8"
,
"
precommits-py3.8"
]
image
:
containers.ligo.org/lscsoft/bilby/v2-bilby-python38
image
:
containers.ligo.org/lscsoft/bilby/v2-bilby-python38
python-3.9
:
<<
:
*unit-test
needs
:
[
"
basic-3.9"
,
"
precommits-py3.9"
]
image
:
containers.ligo.org/lscsoft/bilby/v2-bilby-python39
after_script
:
after_script
:
-
coverage html
-
coverage html
-
coverage xml
-
coverage xml
-
coverage-badge -o coverage_badge.svg -f
artifacts
:
artifacts
:
reports
:
reports
:
cobertura
:
coverage.xml
cobertura
:
coverage.xml
paths
:
paths
:
-
htmlcov/
-
htmlcov/
expire_in
:
30 days
python-3.9
:
<<
:
*unit-test
needs
:
[
"
basic-3.9"
,
"
precommits-py3.9"
]
image
:
containers.ligo.org/lscsoft/bilby/v2-bilby-python39
# add back when 3.10 image is available
# add back when 3.10 image is available
#python-3.10:
#python-3.10:
...
@@ -211,7 +210,6 @@ plotting-python-3.9:
...
@@ -211,7 +210,6 @@ plotting-python-3.9:
docs
:
docs
:
stage
:
docs
stage
:
docs
needs
:
[
"
python-3.9"
]
image
:
containers.ligo.org/lscsoft/bilby/v2-bilby-python39
image
:
containers.ligo.org/lscsoft/bilby/v2-bilby-python39
script
:
script
:
# Make the documentation
# Make the documentation
...
@@ -235,11 +233,10 @@ docs:
...
@@ -235,11 +233,10 @@ docs:
deploy-docs
:
deploy-docs
:
stage
:
deploy
stage
:
deploy
needs
:
[
"
docs"
]
needs
:
[
"
docs"
,
"
python-3.9"
]
script
:
script
:
-
mkdir public/
-
mkdir public/
-
mv htmlcov/ public/
-
mv htmlcov/ public/
-
mv coverage_badge.svg public/
-
mv docs/_build/html/* public/
-
mv docs/_build/html/* public/
artifacts
:
artifacts
:
paths
:
paths
:
...
...
This diff is collapsed.
Click to expand it.
README.rst
+
1
−
1
View file @
0a6e5143
...
@@ -73,7 +73,7 @@ as requested in their associated documentation.
...
@@ -73,7 +73,7 @@ as requested in their associated documentation.
.. |pipeline status| image:: https://git.ligo.org/lscsoft/bilby/badges/master/pipeline.svg
.. |pipeline status| image:: https://git.ligo.org/lscsoft/bilby/badges/master/pipeline.svg
:target: https://git.ligo.org/lscsoft/bilby/commits/master
:target: https://git.ligo.org/lscsoft/bilby/commits/master
.. |coverage report| image:: https://
lscsoft.docs.ligo.org/bilby/coverage_bad
ge.svg
.. |coverage report| image:: https://
git.ligo.org/lscsoft/bilby/badges/master/covera
ge.svg
:target: https://lscsoft.docs.ligo.org/bilby/htmlcov/
:target: https://lscsoft.docs.ligo.org/bilby/htmlcov/
.. |pypi| image:: https://badge.fury.io/py/bilby.svg
.. |pypi| image:: https://badge.fury.io/py/bilby.svg
:target: https://pypi.org/project/bilby/
:target: https://pypi.org/project/bilby/
...
...
This diff is collapsed.
Click to expand it.
test/bilby_mcmc/__init__.py
0 → 100644
+
0
−
0
View file @
0a6e5143
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