Special-case bbe and html5/flutter images during kirkstone uprev
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 5 Apr 2022 14:38:02 +0000 (16:38 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 5 Apr 2022 14:38:02 +0000 (16:38 +0200)
We're still working on some boards and images. To allow for
more wide-spread testing, we do uprev early.

Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I9f78297361984c7a352920586aa849a1ab3305da

jjb/common/include-agl-header.sh
jjb/common/include-agl-set-html5-image.sh
jjb/common/include-agl-set-iceg-lxc-image.sh
jjb/common/include-agl-set-ivieg-flutter-image.sh

index 590bbb4..565cb1f 100644 (file)
@@ -187,3 +187,15 @@ if test ! -f ~/.gitconfig ; then
   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
index 2b48b63..da620c0 100644 (file)
@@ -10,7 +10,7 @@ set -e
 ################################################################################
 
 # 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=""
index 44a6c4c..1e50cbc 100644 (file)
@@ -10,7 +10,7 @@ set -e
 ################################################################################
 
 # 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=""
index 7821150..755bdf3 100644 (file)
@@ -10,7 +10,7 @@ set -e
 ################################################################################
 
 # 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=""