Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-40025: Make QBB default behavior in ctrl_bps #149

Merged
merged 6 commits into from Aug 10, 2023
Merged

Conversation

mxk62
Copy link
Contributor

@mxk62 mxk62 commented Aug 9, 2023

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

@codecov
Copy link

codecov bot commented Aug 9, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.03% ⚠️

Comparison is base (11e1854) 78.73% compared to head (153f292) 78.70%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #149      +/-   ##
==========================================
- Coverage   78.73%   78.70%   -0.03%     
==========================================
  Files          40       40              
  Lines        3089     3090       +1     
  Branches      518      519       +1     
==========================================
  Hits         2432     2432              
- Misses        567      568       +1     
  Partials       90       90              
Files Changed Coverage Δ
python/lsst/ctrl/bps/drivers.py 30.20% <0.00%> (-0.16%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@MichelleGower MichelleGower left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what to do about the doc check failure. Some misc comments about doc changes. Ran panda tests on both IDF and USDF and both qbb and eb simple workflows ran fine (metadata files queryable in butler). Merge approved

doc/lsst.ctrl.bps/quickstart.rst Outdated Show resolved Hide resolved
doc/lsst.ctrl.bps/quickstart.rst Outdated Show resolved Hide resolved
doc/lsst.ctrl.bps/quickstart.rst Outdated Show resolved Hide resolved
doc/lsst.ctrl.bps/quickstart.rst Outdated Show resolved Hide resolved
doc/lsst.ctrl.bps/quickstart.rst Outdated Show resolved Hide resolved
@timj
Copy link
Member

timj commented Aug 10, 2023

To fix doc build change the conf.py to use weekly rather than daily.

When neither 'executionButlerTemplate' nor 'executionButlerDir' is set
acquire_quantum_graph() will set the exection butler directory to run's
submit directory.  This will trick 'ctrl_bps_parsl' into using a
non-existent execution butler and the run will fail.  Added a simple
safeguard to prevent such a situation.
@mxk62 mxk62 merged commit f871a26 into main Aug 10, 2023
11 of 13 checks passed
@mxk62 mxk62 deleted the tickets/DM-40025 branch August 10, 2023 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants