[Git][qa/jenkins.debian.net][master] fixup: trbo: detect openQA erroring out

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon Aug 11 14:56:14 BST 2025



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


Commits:
2ac0dfd7 by Holger Levsen at 2025-08-11T15:55:46+02:00
fixup: 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
=====================================
@@ -249,6 +249,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 			small_note "files with bad permissions found"
 		elif $(grep -q "The following packages have unmet dependencies:" $LOG) ; then
 			small_note "packages with unmet dependencies"
+		elif $(grep -q "Warning: openQA returned error code 1" $LOG) ; then
+			small_note "openQA returned error code 1"
 		fi
 		if ! $SUSPECT ; then
 			echo "1|$JOB_NAME|$JOB_URL|true|$NOTE|$TIMESTAMP" >> ${UNSTABLE_JOBS}
@@ -306,8 +308,6 @@ 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/2ac0dfd70437a5665e4e207aaa42b0c8217cd9c1

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


More information about the Qa-jenkins-scm mailing list