Skip to content

Commit

Permalink
Use the newest public OSDF validation file
Browse files Browse the repository at this point in the history
Not sure why we're still doing this in the container and not just in
the main Glidein scripts
  • Loading branch information
brianhlin committed Mar 13, 2024
1 parent 18100df commit 676995d
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 @@ -586,7 +586,7 @@ disable_osdf_plugin () {
# Test the Stash/OSDF plugin that's shipped with Condor; disable it if the test fails.
# TODO: This should be moved to additional-htcondor-config.
osdf_plugin=$(condor_config_val OSDF_PLUGIN 2>/dev/null || condor_config_val STASH_PLUGIN 2>/dev/null)
osdf_remote_test_file=/osgconnect/public/osg/testfile.txt
osdf_remote_test_file="/ospool/uc-shared/public/OSG-Staff/validation/test.txt"
osdf_test_file=$(mktemp -t osdf-test-file.XXXXXX)
osdf_debug_log=$(mktemp -t osdf-debug-log.XXXXXX)
if [[ ! $osdf_plugin || ! -f $osdf_plugin || ! -x $osdf_plugin ]]; then
Expand Down

0 comments on commit 676995d

Please sign in to comment.