From ad3b25e509b9038672fe9c2bc428a5a96fb5d7cf Mon Sep 17 00:00:00 2001 From: Greg Daues Date: Sun, 11 Jan 2026 18:44:54 -0800 Subject: [PATCH] DM-53743: template changes for condor configuration --- .../ctrl/platform/s3df/etc/templates/dynamic_slots.template | 2 +- .../platform/s3df/etc/templates/glidein_condor_config.template | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/python/lsst/ctrl/platform/s3df/etc/templates/dynamic_slots.template b/python/lsst/ctrl/platform/s3df/etc/templates/dynamic_slots.template index 6ea7c5f..0dbca41 100644 --- a/python/lsst/ctrl/platform/s3df/etc/templates/dynamic_slots.template +++ b/python/lsst/ctrl/platform/s3df/etc/templates/dynamic_slots.template @@ -3,4 +3,4 @@ NUM_SLOTS=1 NUM_SLOTS_TYPE_1=1 SLOT_TYPE_1=cpus=$ENV(GNUMCORES),ram=$ENV(GMEM),swap=100%,disk=100% SLOT_TYPE_1_PARTITIONABLE = TRUE -CLAIM_WORKLIFE = 100000 +CLAIM_WORKLIFE = 300 diff --git a/python/lsst/ctrl/platform/s3df/etc/templates/glidein_condor_config.template b/python/lsst/ctrl/platform/s3df/etc/templates/glidein_condor_config.template index fdf7431..e26a7ac 100644 --- a/python/lsst/ctrl/platform/s3df/etc/templates/glidein_condor_config.template +++ b/python/lsst/ctrl/platform/s3df/etc/templates/glidein_condor_config.template @@ -52,3 +52,6 @@ WANT_HOLD = $(MEMORY_EXCEEDED) WANT_HOLD_REASON = ifThenElse( $(MEMORY_EXCEEDED), \ "Your job used too much virtual memory.", \ undefined ) + +$CONDOR_CONFIG_BLOCK +