[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: sleep less if the host is down, as reproducible_build.sh also sleeps (more) if a host is down…
Holger Levsen
holger at layer-acht.org
Tue Jun 13 12:30:45 UTC 2017
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 160fbe6b55ad0bd9880fa3a57d15e5c433a35000
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Jun 13 14:30:39 2017 +0200
reproducible Debian: sleep less if the host is down, as reproducible_build.sh also sleeps (more) if a host is down…
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/jenkins_master_wrapper.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/jenkins_master_wrapper.sh b/bin/jenkins_master_wrapper.sh
index 162e57b..11d02dd 100755
--- a/bin/jenkins_master_wrapper.sh
+++ b/bin/jenkins_master_wrapper.sh
@@ -60,8 +60,8 @@ if [ $RESULT -ne 0 ] ; then
# this somehow doesnt work anymore, rather error out to see the breakage…
#
#echo "$(date -u) - $NODE_NAME seems to be down, sleeping 15min before aborting this job."
- echo "$(date -u) - $NODE_NAME seems to be down, sleeping 15min before exiting with error."
- sleep 15m
+ echo "$(date -u) - $NODE_NAME seems to be down, sleeping 1min before exiting with error."
+ sleep 1m
exit 1
#exec /srv/jenkins/bin/abort.sh
fi
--
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