From 2b1aa832ed1baf4f835bc566679e85570452b3ef Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Mon, 21 Nov 2022 17:44:45 +0100 Subject: Add flutter and iceg images for qemux86-64 Signed-off-by: Jan-Simon Moeller Change-Id: Ia89f10a3f6e4bdfa2b6b74af14def7cf0d1818a2 --- jjb/common/include-agl-header.sh | 2 +- jjb/common/include-agl-set-flutter-demo-image.sh | 26 ++++++++++++++++++++++++ jjb/common/include-agl-set-iceg-lxc-image.sh | 4 ++-- 3 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 jjb/common/include-agl-set-flutter-demo-image.sh (limited to 'jjb/common') diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh index 6bc70e6f..2380492e 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -187,7 +187,7 @@ fi ##### needlefish integration -if test x"master" = x"${TARGETBRANCH}" -o test x"needlefish" = x"${TARGETBRANCH}" ; then +if test x"master" = x"${TARGETBRANCH}" -o x"needlefish" = x"${TARGETBRANCH}" ; then if test x"bbe" = x"${TARGETMACHINE}" ; then echo "Target only works for TELEMATICS PROFILE. Select this:" echo "TARGETFEATURES=\"${TARGETFEATURESnogfx}\"" diff --git a/jjb/common/include-agl-set-flutter-demo-image.sh b/jjb/common/include-agl-set-flutter-demo-image.sh new file mode 100644 index 00000000..4b82a502 --- /dev/null +++ b/jjb/common/include-agl-set-flutter-demo-image.sh @@ -0,0 +1,26 @@ +#!/bin/bash +# (c) 2016 Jan-Simon Moeller dl9pf(at)gmx.de +# License GPLv2 +# +# debugging purposes +set -e + +################################################################################ +## Header +################################################################################ + +# only run on master, jellyfish and icefish +( echo "marlin" | grep -q $TARGETBRANCH ) || exit 0 + +export TARGETFEATURES="agl-demo agl-devel" +export TARGETQA="" +export TARGETIMAGE="agl-ivi-demo-platform-flutter" + +eval TARGETIMAGE="$TARGETIMAGE" +eval TARGETIMAGEnogfx="$TARGETIMAGE" + +#if $DEBUG; then +set | grep ^TARGET || true +set | grep ^GERRIT || true +set | grep ^MACHINE || true +#fi diff --git a/jjb/common/include-agl-set-iceg-lxc-image.sh b/jjb/common/include-agl-set-iceg-lxc-image.sh index 1e50cbc7..b16d2be5 100644 --- a/jjb/common/include-agl-set-iceg-lxc-image.sh +++ b/jjb/common/include-agl-set-iceg-lxc-image.sh @@ -12,9 +12,9 @@ set -e # only run on master, jellyfish and icefish ( echo "marlin jellyfish icefish koi lamprey" | grep -q $TARGETBRANCH ) || exit 0 -export TARGETFEATURES="agl-iceg agl-devel" +export TARGETFEATURES="agl-ic-container agl-devel" export TARGETQA="" -export TARGETIMAGE="lxc-host-image-demo" +export TARGETIMAGE="agl-cluster-demo-lxc-host" eval TARGETIMAGE="$TARGETIMAGE" eval TARGETIMAGEnogfx="$TARGETIMAGE" -- cgit 1.2.3-korg