diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/ci-apps-verify/ci-apps-jjb.yaml | 8 | ||||
-rw-r--r-- | jjb/common/include-agl-set-html5-image.sh | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/jjb/ci-apps-verify/ci-apps-jjb.yaml b/jjb/ci-apps-verify/ci-apps-jjb.yaml index 7106e586..21ae9272 100644 --- a/jjb/ci-apps-verify/ci-apps-jjb.yaml +++ b/jjb/ci-apps-verify/ci-apps-jjb.yaml @@ -458,10 +458,10 @@ 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}' diff --git a/jjb/common/include-agl-set-html5-image.sh b/jjb/common/include-agl-set-html5-image.sh index 78af83fd..002ff994 100644 --- a/jjb/common/include-agl-set-html5-image.sh +++ b/jjb/common/include-agl-set-html5-image.sh @@ -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" |