Skip to content

Commit

Permalink
Merge pull request cms-sw#133 from nclopezo/fix-ib-trigger-additional…
Browse files Browse the repository at this point in the history
…-tests

IB Builds: fix expression to trigger additional tests
  • Loading branch information
nclopezo committed Oct 8, 2014
2 parents dd9b945 + a4eb8e2 commit a6f286a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-cmssw-ib-with-patch
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ echo TRIGGERING_ARCHITECTURE=${ARCHITECTURE} >> $WORKSPACE/buildprops
# This is used to guide the creation of additional files which drive the
# spawning of extra tests.
CONFIG_MAP_URL="https://raw.githubusercontent.com/cms-sw/cms-bot/HEAD/config.map"
for x in `curl -k -s $CONFIG_MAP_URL | grep "SCRAM_ARCH=$ARCHITECTURE;" | grep "RELEASE_QUEUE=$RELEASE_QUEUE;" | sed -e's/.*ADDITIONAL_TESTS=//;s/;.*//' | tr , \\n`; do
for x in `curl -k -s $CONFIG_MAP_URL | grep "SCRAM_ARCH=$ARCHITECTURE;" | grep "RELEASE_QUEUE=$RELEASE_QUEUE;" | sed -e's/.*ADDITIONAL_TESTS=//;s/;.*//' | tr , '\n'`; do
echo "RELEASE_FORMAT=${RELEASE_QUEUE}_${DATE_FORMAT}" > $x-properties
echo "ARCHITECTURE=${ARCHITECTURE}" >> $x-properties
done

0 comments on commit a6f286a

Please sign in to comment.