[Git][qa/jenkins.debian.net][master] reproducible Debian: dont warn about very old broken nodes
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Sep 2 18:20:55 BST 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
5fd46f2c by Holger Levsen at 2024-09-02T19:20:34+02:00
reproducible Debian: dont warn about very old broken nodes
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_maintenance.sh
Changes:
=====================================
bin/reproducible_maintenance.sh
=====================================
@@ -535,7 +535,7 @@ if [ "$HOSTNAME" = "$MAINNODE" ] ; then
let DIFF=$LAST-$GOOD 2>/dev/null|| DIFF=-1
fi
if [ $DIFF -eq -1 ] ; then
- echo "Warning: Problems analysing $i build logs, ignoring $NODE."
+ echo "Problems analysing $i build logs, ignoring $NODE."
# either the diff is greater than $MAXDIFF (=the last $MAXDIFF job runs failed)
# or the last successful run is older than an hour (=a job is still running/hanging)
elif [ $DIFF -gt $MAXDIFF ] || [ $LAST -ot $DUMMY_FILE ] ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/5fd46f2ce4fae267a47ed1efe1c6a423b7508dc3
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/5fd46f2ce4fae267a47ed1efe1c6a423b7508dc3
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/20240902/3709df86/attachment.htm>
More information about the Qa-jenkins-scm
mailing list