[Git][qa/jenkins.debian.net][master] trbo: detect openQA erroring out
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Aug 11 14:52:06 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
106c561b by Holger Levsen at 2025-08-11T15:51:58+02:00
trbo: detect openQA erroring out
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -306,6 +306,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note "dpkg failed"
elif $(grep -E -q "^umount: /.*: target is busy.$" $LOG) ; then
small_note "umount failed, target is busy"
+ elif $(grep -q "Warning: openQA returned error code 1" $LOG) ; then
+ small_note "openQA returned error code 1"
elif $(grep -q "^SSH EXIT CODE:" $LOG) ; then
if $(grep -q "^Timeout, server .*.debian.net not responding." $LOG) || \
$(grep -q "^packet_write_wait: Connection to .*: Broken pipe" $LOG) ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/106c561b648e1a91346e446fa5cf75174628f1f1
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/106c561b648e1a91346e446fa5cf75174628f1f1
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/20250811/428d719a/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list