lsst-ctrl-bps-htcondor 29.2025.4400__py3-none-any.whl → 29.2025.4500__py3-none-any.whl

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.
@@ -99,13 +99,16 @@ def _create_job(subdir_template, cached_values, generic_workflow, gwjob, out_pre
99
99
  "transfer_output_files": '""', # Set to empty string to disable
100
100
  "transfer_executable": "False",
101
101
  "getenv": "True",
102
- # Exceeding memory sometimes triggering SIGBUS or SIGSEGV error. Tell
103
- # htcondor to put on hold any jobs which exited by a signal.
104
- "on_exit_hold": "ExitBySignal == true",
105
- "on_exit_hold_reason": (
106
- 'strcat("Job raised a signal ", string(ExitSignal), ". ", '
107
- '"Handling signal as if job has gone over memory limit.")'
108
- ),
102
+ # Exceeding memory sometimes triggers SIGBUS or SIGSEGV error. Tell
103
+ # htcondor to put on hold any jobs which exited by a signal. If
104
+ # executed in a bash script, like finalJob, the signals will become
105
+ # exit codes above 128 (exit code = 128 + signal number).
106
+ "on_exit_hold": "ExitBySignal == true || ExitCode > 128",
107
+ "on_exit_hold_reason": "ExitBySignal == true ? "
108
+ 'strcat("Job raised a signal ", string(ExitSignal), '
109
+ '". Handling job as if it has gone over memory limit.") : '
110
+ 'strcat("Job exit code (", string(ExitCode), ") > 128. '
111
+ 'Handling job as if it has gone over memory limit.")',
109
112
  "on_exit_hold_subcode": "34",
110
113
  }
111
114
 
@@ -1,2 +1,2 @@
1
1
  __all__ = ["__version__"]
2
- __version__ = "29.2025.4400"
2
+ __version__ = "29.2025.4500"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lsst-ctrl-bps-htcondor
3
- Version: 29.2025.4400
3
+ Version: 29.2025.4500
4
4
  Summary: HTCondor plugin for lsst-ctrl-bps.
5
5
  Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
6
6
  License-Expression: BSD-3-Clause OR GPL-3.0-or-later
@@ -6,18 +6,18 @@ lsst/ctrl/bps/htcondor/htcondor_config.py,sha256=c4lCiYEwEXFdxgbMfEkbDm4LrvkRMF3
6
6
  lsst/ctrl/bps/htcondor/htcondor_service.py,sha256=dnpxje5XRI0TEui-oXdp9kKlnTMiOZZNk0jDJIjNFDE,22177
7
7
  lsst/ctrl/bps/htcondor/htcondor_workflow.py,sha256=wkANkAA4Ciq9WP_DWkjH2k0xWz9_i6gaNHWcxWQ4zkM,3071
8
8
  lsst/ctrl/bps/htcondor/lssthtc.py,sha256=c7eecmDgEkfxASwPJ645rireM0Pe6WdMImnUT_3y-SA,81454
9
- lsst/ctrl/bps/htcondor/prepare_utils.py,sha256=XdNAuEY72pzxpU01kmZz9LYc_VU_yw3Trl9-PTXBsVg,36449
9
+ lsst/ctrl/bps/htcondor/prepare_utils.py,sha256=rkh41PGijZuO-LbxBpM-XQOAn9srK_rjVWPIj4n9j9c,36738
10
10
  lsst/ctrl/bps/htcondor/provisioner.py,sha256=DxhCOCpqyBXIBR2m8VL_FwaDMr2scQIOe8ArWjgQ_Ls,7929
11
11
  lsst/ctrl/bps/htcondor/report_utils.py,sha256=7idf6GRfMhCt5OuuCzHnnhPq5YVYm8k0bqS301MEjC8,31123
12
- lsst/ctrl/bps/htcondor/version.py,sha256=c_EQrzHIElqjF0MSUCohtezaryfBlqz_McPyAghglVk,55
12
+ lsst/ctrl/bps/htcondor/version.py,sha256=ec8d6sw9aRuINU5Qs4LjOV9LhqSISytoOfEoRYO2XzU,55
13
13
  lsst/ctrl/bps/htcondor/etc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  lsst/ctrl/bps/htcondor/etc/htcondor_defaults.yaml,sha256=C6DKJKmKFKczukpXVXev9u1-vmv2IcgcdtjTtgJWDQM,1561
15
- lsst_ctrl_bps_htcondor-29.2025.4400.dist-info/licenses/COPYRIGHT,sha256=Lc6NoAEFQ65v_SmtS9NwfHTOuSUtC2Umbjv5zyowiQM,61
16
- lsst_ctrl_bps_htcondor-29.2025.4400.dist-info/licenses/LICENSE,sha256=pRExkS03v0MQW-neNfIcaSL6aiAnoLxYgtZoFzQ6zkM,232
17
- lsst_ctrl_bps_htcondor-29.2025.4400.dist-info/licenses/bsd_license.txt,sha256=7MIcv8QRX9guUtqPSBDMPz2SnZ5swI-xZMqm_VDSfxY,1606
18
- lsst_ctrl_bps_htcondor-29.2025.4400.dist-info/licenses/gpl-v3.0.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
19
- lsst_ctrl_bps_htcondor-29.2025.4400.dist-info/METADATA,sha256=t9hrK8hDy4_k86XI2dB4hKpeSZNuMTGuyrEuoHTUqwQ,2213
20
- lsst_ctrl_bps_htcondor-29.2025.4400.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
21
- lsst_ctrl_bps_htcondor-29.2025.4400.dist-info/top_level.txt,sha256=eUWiOuVVm9wwTrnAgiJT6tp6HQHXxIhj2QSZ7NYZH80,5
22
- lsst_ctrl_bps_htcondor-29.2025.4400.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
23
- lsst_ctrl_bps_htcondor-29.2025.4400.dist-info/RECORD,,
15
+ lsst_ctrl_bps_htcondor-29.2025.4500.dist-info/licenses/COPYRIGHT,sha256=Lc6NoAEFQ65v_SmtS9NwfHTOuSUtC2Umbjv5zyowiQM,61
16
+ lsst_ctrl_bps_htcondor-29.2025.4500.dist-info/licenses/LICENSE,sha256=pRExkS03v0MQW-neNfIcaSL6aiAnoLxYgtZoFzQ6zkM,232
17
+ lsst_ctrl_bps_htcondor-29.2025.4500.dist-info/licenses/bsd_license.txt,sha256=7MIcv8QRX9guUtqPSBDMPz2SnZ5swI-xZMqm_VDSfxY,1606
18
+ lsst_ctrl_bps_htcondor-29.2025.4500.dist-info/licenses/gpl-v3.0.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
19
+ lsst_ctrl_bps_htcondor-29.2025.4500.dist-info/METADATA,sha256=oUkqyydYwm4_SrWvV65WD51DDCOD-NXUpUs90FGoul0,2213
20
+ lsst_ctrl_bps_htcondor-29.2025.4500.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
21
+ lsst_ctrl_bps_htcondor-29.2025.4500.dist-info/top_level.txt,sha256=eUWiOuVVm9wwTrnAgiJT6tp6HQHXxIhj2QSZ7NYZH80,5
22
+ lsst_ctrl_bps_htcondor-29.2025.4500.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
23
+ lsst_ctrl_bps_htcondor-29.2025.4500.dist-info/RECORD,,