git config --global user.email "jenkins-dontreply@build.automotivelinux.org"
git config --global user.name "jenkins-dontreply@build.automotivelinux.org"
fi
+
+
+
+##### needlefish integration
+if test x"master" = x"${TARGETBRANCH}" ; then
+
+ if test x"bbe" = x"${TARGETMACHINE}" ; then
+ echo "Target not yet building - exit gracefully."
+ exit 0
+ fi
+
+fi
\ No newline at end of file
################################################################################
# only run on master, jellyfish and icefish
-( echo "master marlin jellyfish icefish koi lamprey" | grep -q $TARGETBRANCH ) || exit 0
+( echo "marlin jellyfish icefish koi lamprey" | grep -q $TARGETBRANCH ) || exit 0
export TARGETFEATURES="agl-demo agl-devel"
export TARGETQA=""
################################################################################
# only run on master, jellyfish and icefish
-( echo "master marlin jellyfish icefish koi lamprey" | grep -q $TARGETBRANCH ) || exit 0
+( echo "marlin jellyfish icefish koi lamprey" | grep -q $TARGETBRANCH ) || exit 0
export TARGETFEATURES="agl-iceg agl-devel"
export TARGETQA=""
################################################################################
# only run on master, jellyfish and icefish
-( echo "master" | grep -q $TARGETBRANCH ) || exit 0
+( echo "marlin" | grep -q $TARGETBRANCH ) || exit 0
export TARGETFEATURES="agl-flutter agl-devel"
export TARGETQA=""