Updates for needlefish
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Sun, 7 Aug 2022 20:37:51 +0000 (22:37 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Sun, 7 Aug 2022 20:38:21 +0000 (22:38 +0200)
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I8e2822ae21bb858c383f692f253210e9405d4457

jjb/ci-AGL-refhw-verify/ci-platform-refhw-jjb.yaml
jjb/ci-AGL-verify/ci-platform-jjb.yaml
jjb/ci-apps-verify/ci-apps-jjb.yaml
jjb/common/include-agl-header.sh
jjb/common/include-agl-set-html5-image.sh
jjb/pre-fetch/include-prefetch.sh

index bfd3a65..79900be 100644 (file)
           - ../common/include-agl-run-test-prepare.sh
           - ../common/include-agl-run-test-rsync-changeid.sh
           - ../common/include-agl-setup-and-bitbake-ivi-image.sh
-          - ../common/include-agl-kci-publish-build-meta.sh
       - conditional-step:
           condition-kind: always
           steps:
index 7f2c8ec..25adcd2 100644 (file)
             - name: 'ci-platform-{project}-verify-CIB-raspberrypi4'
               current-parameters: true
               kill-phase-on: FAILURE
+            - name: 'ci-platform-{project}-verify-CIB-html5-qemux86-64'
+              current-parameters: true
+              abort-all-job: false
+              kill-phase-on: NEVER
       - multijob:
           name: CIB-{project}-finish-success
           condition: SUCCESSFUL
               current-parameters: true
               abort-all-job: false
               kill-phase-on: NEVER
-      #- multijob:
-      #    name: CIB-{project}-extra-variants
-      #    condition: COMPLETED
-      #    projects:
-      #      - name: 'ci-platform-{project}-verify-CIB-html5-qemux86-64'
-      #         current-parameters: true
-      #         abort-all-job: false
-      #         kill-phase-on: NEVER
 
     publishers:
       - trigger-parameterized-builds:
           - ../common/include-agl-run-test-prepare.sh
           - ../common/include-agl-run-test-rsync-changeid.sh
           - ../common/include-agl-setup-and-bitbake-ivi-image.sh
-          - ../common/include-agl-kci-publish-build-meta.sh
       - conditional-step:
           condition-kind: always
           steps:
index 7de9694..17a0b5d 100644 (file)
           - ../common/include-apps-header.sh
           - ../common/include-apps-fetch-install-sdk.sh
           - ../common/include-apps-build-app.sh
-          - ../common/include-agl-kci-publish-build-meta.sh
           - ../common/include-apps-prepare-upload-folder.sh
           - ../common/include-apps-rsync-download-changeid.sh
       - conditional-step:
index 565cb1f..5ca80bd 100644 (file)
@@ -158,11 +158,7 @@ if test x"h3ulcb-nogfx" = x"$MACHINE"; then
         export TARGETIMAGE=${TARGETIMAGEnogfx}
         export TARGETSDKIMAGE="agl-image-ivi-crosssdk"
     fi
-    if test x"master" = x"${TARGETBRANCH}" -o x"marlin" = x"${TARGETBRANCH}" -o x"lamprey" = x"${TARGETBRANCH}" -o x"koi" = x"${TARGETBRANCH}"; then
-        export TARGETFEATURES="${TARGETFEATURESnogfx} agl-refhw-h3"
-    else
-        export TARGETFEATURES="${TARGETFEATURESnogfx}"
-    fi
+    export TARGETFEATURES="${TARGETFEATURESnogfx} agl-refhw-h3"
     export TARGETMACHINE="h3ulcb"
 fi
 set +x
index da620c0..94a0123 100644 (file)
@@ -10,7 +10,7 @@ set -e
 ################################################################################
 
 # only run on master, jellyfish and icefish
-( echo "marlin jellyfish icefish koi lamprey" | grep -q $TARGETBRANCH ) || exit 0
+#( echo "marlin jellyfish icefish koi lamprey" | grep -q $TARGETBRANCH ) || exit 0
 
 export TARGETFEATURES="agl-demo agl-devel"
 export TARGETQA=""
index 6d15ba9..04b399f 100644 (file)
@@ -3,9 +3,9 @@
 #set -x
 set +e
 #
-export BOARDS="qemux86-64 raspberrypi4 raspberrypi3 intel-corei7-64 h3ulcb-nogfx m3ulcb-nogfx dra7xx-evm qemuarm qemuarm64 bbe"
+export BOARDS="qemux86-64 raspberrypi4 h3ulcb-nogfx m3ulcb-nogfx dra7xx-evm qemuarm qemuarm64 bbe"
 # check: dra7xx-evm dragonboard-410c wandboard
-export FEATURES="agl-demo agl-devel agl-netboot agl-profile-graphical-html5"
+export FEATURES="agl-demo agl-devel agl-netboot"
 export FEATURES_nogfx="agl-netboot agl-devel"
 export TARGETIMAGE="agl-demo-platform-crosssdk"
 export TARGETIMAGE_nogfx="agl-image-minimal"