[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible: mark nodes as offline after 3h of failures
Holger Levsen
gitlab at salsa.debian.org
Fri Sep 28 14:26:20 BST 2018
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
f8d3d67b by Holger Levsen at 2018-09-28T13:26:10Z
reproducible: mark nodes as offline after 3h of failures
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_maintenance.sh
Changes:
=====================================
bin/reproducible_maintenance.sh
=====================================
@@ -140,8 +140,8 @@ if [ "$HOSTNAME" = "$MAINNODE" ] ; then
fi
if [ $DIFF -eq -1 ] ; then
echo "Problems analysing $i build logs, ignoring $NODE."
- elif [ $DIFF -gt 16 ] ; then
- echo -n "$i jobs has issues since more than 4h"
+ elif [ $DIFF -gt 12 ] ; then
+ echo -n "$i jobs has issues since more than 3h"
if grep -q $NODE ~/offline_nodes >/dev/null 2>&1 ; then
echo " and $NODE already marked as offline, good."
else
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/f8d3d67bfeefa30c9915012c4d92ee7ed268e66d
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/f8d3d67bfeefa30c9915012c4d92ee7ed268e66d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20180928/9583d45d/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list