lsst-ctrl-bps 29.2025.4000__tar.gz → 29.2025.4200__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {lsst_ctrl_bps-29.2025.4000/python/lsst_ctrl_bps.egg-info → lsst_ctrl_bps-29.2025.4200}/PKG-INFO +1 -1
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/drivers.py +1 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/report.py +14 -1
- lsst_ctrl_bps-29.2025.4200/python/lsst/ctrl/bps/version.py +2 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200/python/lsst_ctrl_bps.egg-info}/PKG-INFO +1 -1
- lsst_ctrl_bps-29.2025.4000/python/lsst/ctrl/bps/version.py +0 -2
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/COPYRIGHT +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/LICENSE +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/MANIFEST.in +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/README.md +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/bsd_license.txt +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/doc/lsst.ctrl.bps/CHANGES.rst +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/doc/lsst.ctrl.bps/index.rst +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/doc/lsst.ctrl.bps/quickstart.rst +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/gpl-v3.0.txt +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/pyproject.toml +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/__init__.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/__init__.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/__init__.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/_exceptions.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/bps_config.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/bps_draw.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/bps_reports.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/bps_utils.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/cancel.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/cli/__init__.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/cli/bps.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/cli/cmd/__init__.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/cli/cmd/commands.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/cli/opt/__init__.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/cli/opt/arguments.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/cli/opt/option_groups.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/cli/opt/options.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/clustered_quantum_graph.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/constants.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/construct.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/etc/bps_defaults.yaml +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/generic_workflow.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/initialize.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/ping.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/pre_transform.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/prepare.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/quantum_clustering_funcs.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/restart.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/status.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/submit.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/tests/config_test_utils.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/tests/gw_test_utils.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/transform.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/wms_service.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst_ctrl_bps.egg-info/SOURCES.txt +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst_ctrl_bps.egg-info/dependency_links.txt +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst_ctrl_bps.egg-info/entry_points.txt +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst_ctrl_bps.egg-info/requires.txt +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst_ctrl_bps.egg-info/top_level.txt +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst_ctrl_bps.egg-info/zip-safe +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/setup.cfg +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/tests/test_bps_reports.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/tests/test_bps_utils.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/tests/test_bpsconfig.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/tests/test_cli_commands.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/tests/test_clustered_quantum_graph.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/tests/test_construct.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/tests/test_drivers.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/tests/test_generic_workflow.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/tests/test_initialize.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/tests/test_ping.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/tests/test_pre_transform.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/tests/test_quantum_clustering_funcs.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/tests/test_report.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/tests/test_status.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/tests/test_transform.py +0 -0
- {lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/tests/test_wms_service.py +0 -0
{lsst_ctrl_bps-29.2025.4000/python/lsst_ctrl_bps.egg-info → lsst_ctrl_bps-29.2025.4200}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lsst-ctrl-bps
|
|
3
|
-
Version: 29.2025.
|
|
3
|
+
Version: 29.2025.4200
|
|
4
4
|
Summary: Pluggable execution of workflow graphs from Rubin pipelines.
|
|
5
5
|
Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
|
|
6
6
|
License: BSD 3-Clause License
|
|
@@ -166,6 +166,7 @@ def retrieve_report(
|
|
|
166
166
|
hist: float | None = None,
|
|
167
167
|
pass_thru: str | None = None,
|
|
168
168
|
is_global: bool = False,
|
|
169
|
+
return_exit_codes: bool = False,
|
|
169
170
|
postprocessors: Sequence[Callable[[WmsRunReport], None]] | None = None,
|
|
170
171
|
) -> tuple[list[WmsRunReport], list[str]]:
|
|
171
172
|
"""Retrieve summary of jobs submitted for execution.
|
|
@@ -189,6 +190,13 @@ def retrieve_report(
|
|
|
189
190
|
|
|
190
191
|
Only applicable in the context of a WMS using distributed job queues
|
|
191
192
|
(e.g., HTCondor).
|
|
193
|
+
return_exit_codes : `bool`, optional
|
|
194
|
+
If set, return exit codes related to jobs with a
|
|
195
|
+
non-success status. Defaults to False, which means that only
|
|
196
|
+
the summary state is returned.
|
|
197
|
+
|
|
198
|
+
Only applicable in the context of a WMS with associated
|
|
199
|
+
handlers to return exit codes from jobs.
|
|
192
200
|
postprocessors : `collections.abc.Sequence` [callable], optional
|
|
193
201
|
List of functions for "massaging" reports returned by the plugin. Each
|
|
194
202
|
function must take one positional argument:
|
|
@@ -221,7 +229,12 @@ def retrieve_report(
|
|
|
221
229
|
wms_service = wms_service_class({})
|
|
222
230
|
|
|
223
231
|
reports, message = wms_service.report(
|
|
224
|
-
wms_workflow_id=run_id,
|
|
232
|
+
wms_workflow_id=run_id,
|
|
233
|
+
user=user,
|
|
234
|
+
hist=hist,
|
|
235
|
+
pass_thru=pass_thru,
|
|
236
|
+
is_global=is_global,
|
|
237
|
+
return_exit_codes=return_exit_codes,
|
|
225
238
|
)
|
|
226
239
|
if message:
|
|
227
240
|
messages.append(message)
|
{lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200/python/lsst_ctrl_bps.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lsst-ctrl-bps
|
|
3
|
-
Version: 29.2025.
|
|
3
|
+
Version: 29.2025.4200
|
|
4
4
|
Summary: Pluggable execution of workflow graphs from Rubin pipelines.
|
|
5
5
|
Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
|
|
6
6
|
License: BSD 3-Clause License
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/_exceptions.py
RENAMED
|
File without changes
|
{lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/bps_config.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/bps_reports.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/cli/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/cli/cmd/__init__.py
RENAMED
|
File without changes
|
{lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/cli/cmd/commands.py
RENAMED
|
File without changes
|
{lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/cli/opt/__init__.py
RENAMED
|
File without changes
|
{lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/cli/opt/arguments.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/cli/opt/options.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/etc/bps_defaults.yaml
RENAMED
|
File without changes
|
{lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/generic_workflow.py
RENAMED
|
File without changes
|
{lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/initialize.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/pre_transform.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst/ctrl/bps/wms_service.py
RENAMED
|
File without changes
|
{lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst_ctrl_bps.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst_ctrl_bps.egg-info/requires.txt
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/python/lsst_ctrl_bps.egg-info/zip-safe
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/tests/test_clustered_quantum_graph.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_ctrl_bps-29.2025.4000 → lsst_ctrl_bps-29.2025.4200}/tests/test_quantum_clustering_funcs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|