[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: make regex less strict

Holger Levsen (@holger) gitlab at salsa.debian.org
Tue Jul 13 22:17:09 BST 2021



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


Commits:
b6bd74aa by Holger Levsen at 2021-07-13T23:16:54+02:00
trbo health check: make regex less strict

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,7 +251,7 @@ 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
+			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"



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

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


More information about the Qa-jenkins-scm mailing list