[Qa-jenkins-scm] [jenkins.debian.net] 05/05: reproducible: sleep less after unhandled conditions as these are rare and arbitrary

Holger Levsen holger at moszumanska.debian.org
Sun Sep 20 15:38:01 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 439dec1a0d785a1b6afdbc79970012e53ca837ae
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Sep 20 15:05:44 2015 +0200

    reproducible: sleep less after unhandled conditions as these are rare and arbitrary
---
 bin/reproducible_build.sh | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 5fcda1a..4c1208f 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -276,11 +276,7 @@ handle_unhandled() {
 	MESSAGE="$BUILD_URL met an unhandled $1, please investigate."
 	echo "$MESSAGE"
 	irc_msg "$MESSAGE"
-	if [ -z "$2" ] ; then
-		sleep 15m
-	else
-		sleep $2
-	fi
+	sleep 5m
 	exec /srv/jenkins/bin/abort.sh
 	exit 0
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list