[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible: wait a bit longer before turning nodes offline automatically
Holger Levsen
gitlab at salsa.debian.org
Fri Jul 12 21:08:16 BST 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
fe6d8aa0 by Holger Levsen at 2019-07-12T20:08:03Z
reproducible: wait a bit longer before turning nodes offline automatically
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_maintenance.sh
Changes:
=====================================
bin/reproducible_maintenance.sh
=====================================
@@ -161,14 +161,14 @@ if [ "$HOSTNAME" = "$MAINNODE" ] ; then
reproducible_node_health_check_*)
NODE_ALIAS=$(echo $i | cut -d '_' -f6)
NODE_ARCH=$(echo $i | cut -d '_' -f5)
- FORCE_DATE=$(date -u -d "2 hour ago" '+%Y-%m-%d %H:%M')
- MAXDIFF=8
+ FORCE_DATE=$(date -u -d "3 hour ago" '+%Y-%m-%d %H:%M')
+ MAXDIFF=12
;;
reproducible_maintenance_*)
NODE_ALIAS=$(echo $i | cut -d '_' -f4)
NODE_ARCH=$(echo $i | cut -d '_' -f3)
- FORCE_DATE=$(date -u -d "5 hour ago" '+%Y-%m-%d %H:%M')
- MAXDIFF=2
+ FORCE_DATE=$(date -u -d "8 hour ago" '+%Y-%m-%d %H:%M')
+ MAXDIFF=3
;;
esac
touch -d "$FORCE_DATE" $DUMMY_FILE
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/fe6d8aa0ba074f330b78787910e500b6f0e2359c
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/fe6d8aa0ba074f330b78787910e500b6f0e2359c
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/20190712/d26d9e60/attachment.html>
More information about the Qa-jenkins-scm
mailing list