[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: sleep 2h on enospace

Holger Levsen holger at moszumanska.debian.org
Mon Oct 26 04:14:43 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 ba5073ae9bf8c8e643727f8988fba6b616b6a48d
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Oct 25 09:43:26 2015 -0600

    reproducible: sleep 2h on enospace
---
 bin/reproducible_build.sh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index d5ef3fd..5e0bf03 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -302,9 +302,8 @@ handle_enospace() {
 	MESSAGE="${BUILD_URL}console hit diskspace issues with $SRCPACKAGE on $SUITE/$ARCH on $1, sleeping 30m."
 	echo "$MESSAGE"
 	echo "$MESSAGE" | mail -s "$BUILDER on $1 ran into diskspace problems" qa-jenkins-scm at lists.alioth.debian.org
-	#irc_message "$MESSAGE"
-	echo "Sleeping 30m before aborting the job."
-	sleep 30m
+	echo "Sleeping 2h before aborting the job."
+	sleep 2h
 	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