[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: detect diffoscope failures

Holger Levsen (@holger) gitlab at salsa.debian.org
Tue Jul 13 14:26:34 BST 2021



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


Commits:
d0d9293d by Holger Levsen at 2021-07-13T15:26:15+02:00
trbo health check: detect diffoscope failures

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

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -251,6 +251,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 				small_note "node stopped responding"
 			elif $(grep -q "^unsupported host, exiting." $LOG) ; then
 				small_note "unsupported host (hostname changed?)"
+			elif $(grep -q "^the end, diffoscope has returned 2" $LOG) ; then
+				small_note "diffoscope failed with exit code 2"
 			elif $(grep -q "^E: Unmet dependencies." $LOG) ; then
 				small_note "apt failed: broken dependencies"
 			elif $(grep -q "^error: RPC failed; HTTP 504 curl 22 The requested URL returned error: 504" $LOG) ; then



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/d0d9293dd71f6da1d8afb7e8383ae9656f7e8707
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/20210713/cb42e93c/attachment.htm>


More information about the Qa-jenkins-scm mailing list