[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible: automatically turn sick nodes offline after an hour of problems, not 3h

Holger Levsen gitlab at salsa.debian.org
Tue Oct 2 13:07:54 BST 2018


Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
02debef2 by Holger Levsen at 2018-10-02T12:06:41Z
reproducible: automatically turn sick nodes offline after an hour of problems, not 3h

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_maintenance.sh


Changes:

=====================================
bin/reproducible_maintenance.sh
=====================================
@@ -141,8 +141,8 @@ if [ "$HOSTNAME" = "$MAINNODE" ] ; then
 		fi
 		if [ $DIFF -eq -1 ] ; then
 			echo "Problems analysing $i build logs, ignoring $NODE."
-		elif [ $DIFF -gt 12 ] ; then
-			echo -n "$i jobs has issues since more than 3h"
+		elif [ $DIFF -gt 4 ] ; then
+			echo -n "$i job has issues since more than an hour"
 			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/02debef237fb1d57ee8c050ef1a0c41d6b6e710a

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/02debef237fb1d57ee8c050ef1a0c41d6b6e710a
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/20181002/c223be0b/attachment.html>


More information about the Qa-jenkins-scm mailing list