Skip to content

Commit

Permalink
Merge pull request #172 from matyasselmeci/pr/condor_status-direct-wo…
Browse files Browse the repository at this point in the history
…rkaround2

Bump condor max version requirement for -pool workaround to include 23.10.0 dailies
  • Loading branch information
brianhlin authored Jul 10, 2024
2 parents 3a11820 + ee6e7f4 commit de2dcc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_inside_gha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function test_docker_HAS_SINGULARITY {
# attempts to contact the collector. Hopefully it will be fixed in 23.10;
# in the meantime, use -pool instead of -direct (which is a hack).
local direct
if condor_version_in_range 23.8.0 23.9.99; then
if condor_version_in_range 23.8.0 23.10.0; then
direct="-pool"
else
direct="-direct"
Expand Down

0 comments on commit de2dcc5

Please sign in to comment.