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-set-html5-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/common/include-agl-set-html5-image.sh') diff --git a/jjb/common/include-agl-set-html5-image.sh b/jjb/common/include-agl-set-html5-image.sh index 2b48b63d..da620c0f 100644 --- a/jjb/common/include-agl-set-html5-image.sh +++ b/jjb/common/include-agl-set-html5-image.sh @@ -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="" -- cgit 1.2.3-korg