Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PESummary
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
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
lscsoft
PESummary
Commits
25b255ef
Commit
25b255ef
authored
4 years ago
by
Charlie Hoy
Browse files
Options
Downloads
Plain Diff
Merge branch 'tmp_remove_bilby' into 'master'
Temporarily remove bilby CI job See merge request
!339
parents
d9ff1c04
325cf4bc
No related branches found
No related tags found
1 merge request
!339
Temporarily remove bilby CI job
Pipeline
#129693
passed
4 years ago
Stage: test
Stage: workflow
Stage: consequences
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+14
-14
14 additions, 14 deletions
.gitlab-ci.yml
with
14 additions
and
14 deletions
.gitlab-ci.yml
+
14
−
14
View file @
25b255ef
...
...
@@ -151,19 +151,19 @@ lalinference:
-
schedule
-
pushes
bilby
:
stage
:
consequences
image
:
python:3.6
script
:
-
*pesummary_install
-
curl https://raw.githubusercontent.com/lscsoft/bilby/master/examples/gw_examples/injection_examples/fast_tutorial.py -o fast_tutorial.py
-
sed -i '/result.plot_corner()/d' ./fast_tutorial.py
-
sed -i 's/result = bilby.run_sampler(/result = bilby.run_sampler(dlogz=1000, /' ./fast_tutorial.py
-
python fast_tutorial.py
-
summarypages --webdir ./outdir/webpage --samples ./outdir/fast_tutorial_result.json --gw
only
:
-
schedule
-
pushes
##
bilby:
##
stage: consequences
##
image: python:3.6
##
script:
##
- *pesummary_install
##
- curl https://raw.githubusercontent.com/lscsoft/bilby/master/examples/gw_examples/injection_examples/fast_tutorial.py -o fast_tutorial.py
##
- sed -i '/result.plot_corner()/d' ./fast_tutorial.py
##
- sed -i 's/result = bilby.run_sampler(/result = bilby.run_sampler(dlogz=1000, /' ./fast_tutorial.py
##
- python fast_tutorial.py
##
- summarypages --webdir ./outdir/webpage --samples ./outdir/fast_tutorial_result.json --gw
##
only:
##
- schedule
##
- pushes
GW190412
:
stage
:
consequences
...
...
@@ -213,7 +213,7 @@ pages:
-
documentation
-
python3.6-core
-
python3.6-gw
-
bilby
##
- bilby
-
lalinference
script
:
-
mkdir public/
...
...
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