[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: make regex less strict
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Jun 28 13:42:34 BST 2021
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
a7feb4a6 by Holger Levsen at 2021-06-28T14:42:25+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
=====================================
@@ -235,7 +235,7 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note "make build_install failed"
elif $(grep -q "^ERROR: Failed to make release" $LOG) ; then
small_note "make release failed"
- elif $(grep -E -q "^ERROR: tools/.* failed to build" $LOG) ; then
+ elif $(grep -E -q "ERROR: tools/.* failed to build" $LOG) ; then
small_note "make tools failed"
elif $(grep -q "^Errors occurred, no packages were upgraded." $LOG) ; then
small_note "no packages were upgraded"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/a7feb4a6f28da5d9299f9f254142655e70ab5adc
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/a7feb4a6f28da5d9299f9f254142655e70ab5adc
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/20210628/ffa7f433/attachment.htm>
More information about the Qa-jenkins-scm
mailing list