From 87a4dcf34216b5705800a5369c27441cd898a456 Mon Sep 17 00:00:00 2001 From: Mats Rynge Date: Thu, 16 May 2024 10:01:06 -0700 Subject: [PATCH] Rebalance the default image selection to match the upcoming ap el9 transitions --- 10-setup-htcondor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10-setup-htcondor.sh b/10-setup-htcondor.sh index 0d36479..28f50e7 100755 --- a/10-setup-htcondor.sh +++ b/10-setup-htcondor.sh @@ -542,7 +542,7 @@ export condor_vars_file=$LOCAL_DIR/main/condor_vars.lst # set some defaults for the glideinwms based scripts if [[ -z $OSG_DEFAULT_CONTAINER_DISTRIBUTION ]]; then - OSG_DEFAULT_CONTAINER_DISTRIBUTION="70%__htc/rocky:8 30%__htc/rocky:9" + OSG_DEFAULT_CONTAINER_DISTRIBUTION="10%__htc/rocky:8 90%__htc/rocky:9" fi # The glidein scripts expect a 1 or a 0 if is_true "$SINGULARITY_DISABLE_PID_NAMESPACES"; then