[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: detect if a host is running with correct date while it should be in the future

Holger Levsen (@holger) gitlab at salsa.debian.org
Wed Jan 26 08:50:02 GMT 2022



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


Commits:
88c129ac by Holger Levsen at 2022-01-26T09:49:36+01:00
trbo health check: detect if a host is running with correct date while it should be in the future

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

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -197,6 +197,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 			small_note "host date is the wrong future date"
 		elif $(grep -q "Warning: today is the wrong present" $LOG) ; then
 			small_note "please update real_year in reproducible_node_health_check.sh"
+		elif $(grep -E -q "Warning: today .* came back to the present:" $LOG) ; then
+			small_note "Warning: host date is correct, while it should be in future"
 		elif $(grep -q "Warning: sbuild failed. Exiting cleanly as this is out-of-scope" $LOG) ; then
 			UNSAT_DEPENDS=$(grep "unsat-dependency:" $LOG || true)
 			if [ -n "$UNSAT_DEPENDS" ] ; then



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/88c129aca293d2db64974b0b9ef6b116eccf6f67

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/88c129aca293d2db64974b0b9ef6b116eccf6f67
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/20220126/4c52e11c/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list