From: Jan-Simon Möller Date: Tue, 18 Apr 2017 10:33:31 +0000 (+0200) Subject: Restrict verbose output to failure X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=aeb54903941fb8cd1a2ef30479b40d7313e42add;p=ci-management.git Restrict verbose output to failure Change-Id: I275f95dc8f1213ccede893951e1f515f116e8a8d Signed-off-by: Jan-Simon Möller --- diff --git a/jjb/common/include-agl-bitbake-image.sh b/jjb/common/include-agl-bitbake-image.sh index 7ee2ce15..aa4b2086 100644 --- a/jjb/common/include-agl-bitbake-image.sh +++ b/jjb/common/include-agl-bitbake-image.sh @@ -6,7 +6,7 @@ ################################################################################ # finally, build the agl-demo-platform (we retry to catch the tar-native bug) -( ( bitbake -v -D $TARGETIMAGE ) || ( echo '## Failed once, retry .. ##' ; sync ; sleep 2 ; bitbake $TARGETIMAGE ) ) || ( echo '## Failed again, bail out ...' ; exit 1 ) +( ( bitbake $TARGETIMAGE ) || ( echo '## Failed once, retry .. ##' ; sync ; sleep 2 ; bitbake -v -v $TARGETIMAGE ) ) || ( echo '## Failed again, bail out ...' ; exit 1 ) du -hs tmp/deploy/*