From: Jan-Simon Möller Date: Sat, 2 May 2020 14:42:50 +0000 (+0200) Subject: Do not fail the jenkins pipeline for compositor and html5 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F41%2F24441%2F1;p=ci-management.git Do not fail the jenkins pipeline for compositor and html5 These builds are unstable atm. Do not fail the pipeline. Change-Id: I0b046a4e7d17649708141950b437baa626b8ff6a Signed-off-by: Jan-Simon Möller --- diff --git a/jjb/ci-AGL-verify/ci-platform-jjb.yaml b/jjb/ci-AGL-verify/ci-platform-jjb.yaml index bba06496..d294e7f3 100644 --- a/jjb/ci-AGL-verify/ci-platform-jjb.yaml +++ b/jjb/ci-AGL-verify/ci-platform-jjb.yaml @@ -395,7 +395,7 @@ - ../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: @@ -460,7 +460,7 @@ - ../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 index 00000000..8f6320c2 --- /dev/null +++ b/jjb/common/include-agl-bitbake-image-nofail.sh @@ -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/*