Skip to content

Commit

Permalink
include crab type in request
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Oct 30, 2024
1 parent 01a68ed commit 2977902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crab/ib-run-pr-crab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ do
echo "CRAB is sourced from:"
which crab-${CRABCLIENT_TYPE}

export CRAB_REQUEST="Jenkins_${CMSSW_VERSION}_${SCRAM_ARCH}_${BUILD_ID}"
export CRAB_REQUEST="Jenkins_${CMSSW_VERSION}_${SCRAM_ARCH}_${CRABCLIENT_TYPE}_${BUILD_ID}"
rm -rf crab_${CRAB_REQUEST}
crab-${CRABCLIENT_TYPE} submit -c $(dirname $0)/task.py

Expand Down

0 comments on commit 2977902

Please sign in to comment.