diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-04-05 16:38:02 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-04-05 16:38:02 +0200 |
commit | 8fc69561966adbe26bc4740ed2b94d2da2d6243b (patch) | |
tree | 786370119e54f35ed33bcb24973946efe111d941 /jjb/common/include-agl-set-ivieg-flutter-image.sh | |
parent | d11c9ff5ba67e7776ac9f51bb94da2853858e290 (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-set-ivieg-flutter-image.sh')
-rw-r--r-- | jjb/common/include-agl-set-ivieg-flutter-image.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/common/include-agl-set-ivieg-flutter-image.sh b/jjb/common/include-agl-set-ivieg-flutter-image.sh index 78211500..755bdf33 100644 --- a/jjb/common/include-agl-set-ivieg-flutter-image.sh +++ b/jjb/common/include-agl-set-ivieg-flutter-image.sh @@ -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="" |