Skip to content

Commit

Permalink
use maod comparison for maod prs
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Feb 20, 2018
1 parent 55c16c7 commit 2b2277a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion run-pr-tests
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,11 @@ if [ ! -d CMSSW_* ]; then
if [ "X$COMP_ARCH" = "X" ] ; then COMP_ARCH=$ARCHITECTURE ; fi
fi
for SCRAM_REL in $(scram -a $SCRAM_ARCH l -c $RELEASE_FORMAT | grep -v -f "$CMS_BOT_DIR/ignore-releases-for-tests" | awk '{print $2}' | sort -r) ; do
COMP_REL=$(echo $SCRAM_REL | sed 's|_[A-Z][A-Z0-9]*_X_|_X_|')
if [ "$(echo $SCRAM_REL | sed 's|_X_.*|_X|')" = "$COMP_QUEUE" ] ; then
COMP_REL=$SCRAM_REL
else
COMP_REL=$(echo $SCRAM_REL | sed 's|_[A-Z][A-Z0-9]*_X_|_X_|')
fi
has_jenkins_artifacts ib-baseline-tests/$COMP_REL/$COMP_ARCH/$REAL_ARCH/matrix-results/wf_errors.txt || continue
RELEASE_FORMAT=$SCRAM_REL
COMPARISON_ARCH=$COMP_ARCH
Expand Down

0 comments on commit 2b2277a

Please sign in to comment.