From 8fc69561966adbe26bc4740ed2b94d2da2d6243b Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Tue, 5 Apr 2022 16:38:02 +0200 Subject: 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 Change-Id: I9f78297361984c7a352920586aa849a1ab3305da --- jjb/common/include-agl-header.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'jjb/common/include-agl-header.sh') 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 -- cgit 1.2.3-korg