From 75c4d6be34bd6a4b01c507f2aaa1e41a69aa1664 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Wed, 4 Mar 2020 23:56:58 +0100 Subject: Enable the html5 build variant for qemux86-64 Also build a variant with html5 enabled. For now qemux86-64 only. Bug-AGL: SPEC-3108 Change-Id: I629a70807afd251e7e13aa5f90b0923e7a756ce9 --- jjb/ci-AGL-verify/ci-platform-jjb.yaml | 1 + jjb/common/include-agl-set-html5-image.sh | 2 ++ 2 files changed, 3 insertions(+) (limited to 'jjb') diff --git a/jjb/ci-AGL-verify/ci-platform-jjb.yaml b/jjb/ci-AGL-verify/ci-platform-jjb.yaml index 5c8d8cd3..9d930da2 100644 --- a/jjb/ci-AGL-verify/ci-platform-jjb.yaml +++ b/jjb/ci-AGL-verify/ci-platform-jjb.yaml @@ -23,6 +23,7 @@ - ci-platform-{project}-verify # - ci-platform-{project}-verify-CIB-start #unused - ci-platform-{project}-verify-CIB-{machine} + - ci-platform-html5-{project}-verify-CIB-qemux86-64 - ci-platform-{project}-verify-CIB-finish-success - ci-platform-{project}-verify-failure # - ci-platform-{project}-verify-CIBT-start #unused diff --git a/jjb/common/include-agl-set-html5-image.sh b/jjb/common/include-agl-set-html5-image.sh index 07967736..39d7f290 100644 --- a/jjb/common/include-agl-set-html5-image.sh +++ b/jjb/common/include-agl-set-html5-image.sh @@ -9,6 +9,8 @@ set -e ## Header ################################################################################ +# only run on master, jellyfish and icefish +( echo "master jellyfish icefish" | grep -q $TARGETBRANCH ) || exit 0 export TARGETFEATURES="agl-profile-graphical-html5 agl-devel" export TARGETQA="" -- cgit 1.2.3-korg