Skip to content

Commit

Permalink
download crab job log
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Nov 5, 2024
1 parent 4f3cc9d commit 0cbd3d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crab/ib-monitor-crab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ while true ; do
sleep 300
done
rm -f $WORKSPACE/status-${CRABCLIENT_TYPE}.log
curl "${GRIDSITE}/job_out.1.0.txt" > $WORKSPACE/testsResults/job_out.log || true
if [ $(echo "${status}" | grep 'finished' | wc -l) -gt 0 ] ; then
echo "PASSED" > $WORKSPACE/testsResults/statusfile-${CRABCLIENT_TYPE}
TEST_PASSED=true
Expand Down

0 comments on commit 0cbd3d0

Please sign in to comment.