From bc3be24607f3b34cdbb6c7b07e20f28acffc0a67 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 5 Jan 2017 21:58:07 +0100 Subject: Rework release job and build sdk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I60ee7883109d7227eb4e8d087b7128cd3e5a9095 Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-bitbake-image.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'jjb/common/include-agl-bitbake-image.sh') diff --git a/jjb/common/include-agl-bitbake-image.sh b/jjb/common/include-agl-bitbake-image.sh index 2196d8a7..73607cb5 100644 --- a/jjb/common/include-agl-bitbake-image.sh +++ b/jjb/common/include-agl-bitbake-image.sh @@ -6,6 +6,7 @@ ################################################################################ # finally, build the agl-demo-platform (we retry to catch the tar-native bug) -bitbake $TARGETIMAGE || bitbake $TARGETIMAGE +( ( bitbake $TARGETIMAGE ) || ( echo '## Failed once, retry .. ##' ; sync ; sleep 2 ; bitbake $TARGETIMAGE ) ) || ( echo '## Failed again, bail out ...' ; exit 1 ) + du -hs tmp/deploy/* -- cgit 1.2.3-korg