aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-header.sh
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-04-05 16:38:02 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-04-05 16:38:02 +0200
commit8fc69561966adbe26bc4740ed2b94d2da2d6243b (patch)
tree786370119e54f35ed33bcb24973946efe111d941 /jjb/common/include-agl-header.sh
parentd11c9ff5ba67e7776ac9f51bb94da2853858e290 (diff)
Special-case bbe and html5/flutter images during kirkstone uprev
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
Diffstat (limited to 'jjb/common/include-agl-header.sh')
-rw-r--r--jjb/common/include-agl-header.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh
index 590bbb4a..565cb1f8 100644
--- a/jjb/common/include-agl-header.sh
+++ b/jjb/common/include-agl-header.sh
@@ -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