Enable the html5 build variant for qemux86-64 75/24175/1
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 4 Mar 2020 22:56:58 +0000 (23:56 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 4 Mar 2020 22:56:58 +0000 (23:56 +0100)
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
jjb/common/include-agl-set-html5-image.sh

index 5c8d8cd..9d930da 100644 (file)
@@ -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
index 0796773..39d7f29 100644 (file)
@@ -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=""