aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-set-html5-image.sh
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2021-02-04 17:35:33 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2021-02-04 18:57:34 +0100
commitc16a1bad33ec793164c36ba15e7def3fe860a859 (patch)
tree1a45733b85700a9013f1d85c74e42e45fcf9d209 /jjb/common/include-agl-set-html5-image.sh
parentafb0b168cec8ab5603c87fd6982fda4c47a03030 (diff)
Changes for the koi branch in CI.
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: Ie1080c88c643c5f1c74a4f115350efb47bfd83bd
Diffstat (limited to 'jjb/common/include-agl-set-html5-image.sh')
-rw-r--r--jjb/common/include-agl-set-html5-image.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/common/include-agl-set-html5-image.sh b/jjb/common/include-agl-set-html5-image.sh
index 002ff994..27188ebc 100644
--- a/jjb/common/include-agl-set-html5-image.sh
+++ b/jjb/common/include-agl-set-html5-image.sh
@@ -10,9 +10,9 @@ set -e
################################################################################
# only run on master, jellyfish and icefish
-( echo "master jellyfish icefish" | grep -q $TARGETBRANCH ) || exit 0
+( echo "master jellyfish icefish koi" | grep -q $TARGETBRANCH ) || exit 0
-export TARGETFEATURES="agl-demo agl-profile-graphical-html5 agl-devel"
+export TARGETFEATURES="agl-demo agl-devel"
export TARGETQA=""
export TARGETIMAGE="agl-demo-platform-html5"