allow running bot script for only a single core

This commit is contained in:
Brad Parker 2017-10-30 21:16:58 -07:00
parent 6345bf7d76
commit 991f4001fa

View File

@ -764,6 +764,12 @@ while read line; do
MAKEFILE=`echo $line | cut -f 8 -d " "`
SUBDIR=`echo $line | cut -f 9 -d " "`
if [ "$SINGLE_CORE" ]; then
if [ "$NAME" != "$SINGLE_CORE" ]; then
continue
fi
fi
if [ "${ENABLED}" = "YES" ]; then
echo -ne "buildbot job started at: "
date