Skip to content

Commit

Permalink
fix for full cmssw PR build
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar authored Dec 7, 2022
1 parent 8a25eed commit 25334a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pr_testing/run-pr-comparisons
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ cat $WORKSPACE/data/$COMPARISON_RELEASE/wf_mapping.*txt | sort | uniq > $WORKSPA
cat $WORKSPACE/data/$COMPARISON_RELEASE/wf_errors.*txt | sort | uniq > $WORKSPACE/$ERRORS_FILE

#Temp fix for RelVal long vs short names: Remove it once we have PRs using IBs with short relval names
if [ "${$CMSSW_RELEASE_BASE}" != "" ] ; then
MATRIX_READER="src/Configuration/PyReleaseValidation/python/MatrixReader.py"
if ! grep 'stepList=stepList' $CMSSW_RELEASE_BASE/${MATRIX_READER} >/dev/null 2>&1 ; then
#Release is still using long relval names
Expand All @@ -133,6 +134,7 @@ if ! grep 'stepList=stepList' $CMSSW_RELEASE_BASE/${MATRIX_READER} >/dev/null 2>
fi
fi
fi
fi

cat $WORKSPACE/$MAPPING_FILE
cat $WORKSPACE/$ERRORS_FILE
Expand Down

0 comments on commit 25334a8

Please sign in to comment.