Do not fail the jenkins pipeline for compositor and html5 41/24441/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Sat, 2 May 2020 14:42:50 +0000 (16:42 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Sat, 2 May 2020 14:43:23 +0000 (16:43 +0200)
These builds are unstable atm. Do not fail the pipeline.

Change-Id: I0b046a4e7d17649708141950b437baa626b8ff6a
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/ci-AGL-verify/ci-platform-jjb.yaml
jjb/common/include-agl-bitbake-image-nofail.sh [new file with mode: 0644]

index bba0649..d294e7f 100644 (file)
           - ../common/include-agl-limit-parallelism.sh
           - ../common/include-agl-local-conf-DISTROFEATURES-AGLCI.sh
           - ../common/include-agl-cat-auto-conf.sh
-          - ../common/include-agl-bitbake-image.sh
+          - ../common/include-agl-bitbake-image-nofail.sh
       - conditional-step:
           condition-kind: always
           steps:
           - ../common/include-agl-limit-parallelism.sh
           - ../common/include-agl-local-conf-DISTROFEATURES-AGLCI.sh
           - ../common/include-agl-cat-auto-conf.sh
-          - ../common/include-agl-bitbake-image.sh
+          - ../common/include-agl-bitbake-image-nofail.sh
       - conditional-step:
           condition-kind: always
           steps:
diff --git a/jjb/common/include-agl-bitbake-image-nofail.sh b/jjb/common/include-agl-bitbake-image-nofail.sh
new file mode 100644 (file)
index 0000000..8f6320c
--- /dev/null
@@ -0,0 +1,16 @@
+# (c) 2016 Jan-Simon Moeller dl9pf(at)gmx.de
+# License GPLv2
+
+################################################################################
+## bitbake the image
+################################################################################
+
+#if ! test x"${GERRIT_BRANCH}" = x"dab" ; then
+#bitbake wic-tools
+#fi
+
+# finally, build the agl-demo-platform (we retry to catch the tar-native bug)
+( ( bitbake $TARGETIMAGE ) || ( echo '## Failed once, retry ..  ##' ; sync ; sleep 2 ;  bitbake -v -v $TARGETIMAGE ) ) || ( echo '## Failed again, bail out ...' ; exit 0 ) 
+
+
+du -hs tmp/deploy/*