From 10a7f4d8eb00c7dfc9a8e2ae2ccba682849f60a1 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 8 Oct 2015 22:31:01 +0200 Subject: reproducible: announce sleep in advance --- bin/reproducible_build.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/reproducible_build.sh') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 26798c82..c60501b6 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -275,6 +275,7 @@ handle_unhandled() { MESSAGE="$BUILD_URL met an unhandled $1, please check." echo "$MESSAGE" irc_message "$MESSAGE" + echo "Sleeping 5m before aborting the job." sleep 5m exec /srv/jenkins/bin/abort.sh exit 0 @@ -286,6 +287,7 @@ handle_enospace() { echo "$MESSAGE" echo "$MESSAGE" | mail -s "$BUILDER ran into diskspace problems" qa-jenkins-scm@lists.alioth.debian.org irc_message "$MESSAGE" + echo "Sleeping 30m before aborting the job." sleep 30m exec /srv/jenkins/bin/abort.sh exit 0 -- cgit v1.2.3-54-g00ecf