Skip to content

Commit

Permalink
use 94maod ib for comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Feb 16, 2018
1 parent ff07a71 commit 8585c81
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion run-pr-tests
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ REAL_ARCH=-`cat /proc/cpuinfo | grep vendor_id | head -n 1 | sed "s/.*: //"`
export SCRAM_ARCH=$ARCHITECTURE

COMPARISON_REL=
COMP_QUEUE=$(echo $RELEASE_FORMAT | sed 's|^\(CMSSW_[0-9]*_[0-9]*\)_.*|\1_X|')
case $RELEASE_FORMAT in
CMSSW_9_4_MAOD_X_* ) COMP_QUEUE="CMSSW_9_4_MAOD_X" ;;
* ) COMP_QUEUE=$(echo $RELEASE_FORMAT | sed 's|^\(CMSSW_[0-9]*_[0-9]*\)_.*|\1_X|') ;;
esac

#If a CMSSW area already exists use it as it has been prepared by the CMSDIST test script
if [ ! -d CMSSW_* ]; then
Expand Down

0 comments on commit 8585c81

Please sign in to comment.