Skip to content

Commit

Permalink
Merge pull request #168 from rynge/el9-rebalance
Browse files Browse the repository at this point in the history
Rebalance the default image selection to match the upcoming ap el9 transitions
  • Loading branch information
matyasselmeci authored May 16, 2024
2 parents bbfe842 + 87a4dcf commit ede515d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 10-setup-htcondor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ede515d

Please sign in to comment.