Build agl-demo-platform-html5
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 15 Sep 2020 14:37:45 +0000 (16:37 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 15 Sep 2020 14:37:45 +0000 (16:37 +0200)
Change-Id: I4b8bab0855ae54c0e7850ace078ee697084ef640
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/ci-apps-verify/ci-apps-jjb.yaml
jjb/common/include-agl-set-html5-image.sh

index 7106e58..21ae927 100644 (file)
       days-to-keep: 30
       artifact-days-to-keep: -1
       artifact-num-to-keep: 5
-    triggers:
-      - gerrit-trigger-silent-patch-merged:
-          name: 'apps/{project}'
-          branch: '{aglbranch}'
+    #triggers:
+    #  - gerrit-trigger-silent-patch-merged:
+    #      name: 'apps/{project}'
+    #      branch: '{aglbranch}'
     wrappers:
       - agl-infra-wrappers:
           build-timeout: '{build-timeout}'
index 78af83f..002ff99 100644 (file)
@@ -12,9 +12,9 @@ set -e
 # 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 TARGETFEATURES="agl-demo agl-profile-graphical-html5 agl-devel"
 export TARGETQA=""
-export TARGETIMAGE="agl-image-graphical-html5"
+export TARGETIMAGE="agl-demo-platform-html5"
 
 eval TARGETIMAGE="$TARGETIMAGE"
 eval TARGETIMAGEnogfx="$TARGETIMAGE"