[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: announce sleep in advance
Holger Levsen
holger at moszumanska.debian.org
Thu Oct 8 20:31: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 10a7f4d8eb00c7dfc9a8e2ae2ccba682849f60a1
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Oct 8 22:31:01 2015 +0200
reproducible: announce sleep in advance
---
bin/reproducible_build.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 26798c8..c60501b 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 at lists.alioth.debian.org
irc_message "$MESSAGE"
+ echo "Sleeping 30m before aborting the job."
sleep 30m
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