[Qa-jenkins-scm] [jenkins.debian.net] 06/07: reproducible Debian: match output with reality and sleep an hour in case of diskspace issues
Holger Levsen
holger at layer-acht.org
Sun Dec 18 09:22:30 UTC 2016
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 17534a6386e38ab9a5f312d734532354e8d17210
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Dec 18 10:05:26 2016 +0100
reproducible Debian: match output with reality and sleep an hour in case of diskspace issues
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_build.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 0fa2147..52f40d4 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -335,11 +335,11 @@ handle_remote_error() {
handle_enospace() {
unregister_build
- MESSAGE="${BUILD_URL}console hit diskspace issues with $SRCPACKAGE on $SUITE/$ARCH on $1, sleeping 30m."
+ MESSAGE="${BUILD_URL}console hit diskspace issues with $SRCPACKAGE on $SUITE/$ARCH on $1, sleeping 60m."
echo "$MESSAGE"
echo "$MESSAGE" | mail -s "$JOB on $1 ran into diskspace problems" qa-jenkins-scm at lists.alioth.debian.org
- echo "Sleeping 2h before aborting the job."
- sleep 2h
+ echo "Sleeping 60m before aborting the job."
+ sleep 60m
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