[Git][qa/jenkins.debian.net][master] fixup: jenkins nodes: detect job failures because disorderfs is not available (in forky right now)

Holger Levsen (@holger) gitlab at salsa.debian.org
Fri Dec 5 13:45:37 GMT 2025



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


Commits:
01af3e3f by Holger Levsen at 2025-12-05T14:45:30+01:00
fixup: jenkins nodes: detect job failures because disorderfs is not available (in forky right now)

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

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -250,8 +250,6 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 			small_note "packages with unmet dependencies"
 		elif $(grep -q "Warning: openQA returned error code 1" $LOG) ; then
 			small_note "openQA returned error code 1"
-		elif $(grep -q "^E: Package 'disorderfs' has no installation candidate" $LOG) ; then
-			small_note "package 'disorderfs' has no installation candidate"
 		fi
 		if ! $SUSPECT ; then
 			echo "1|$JOB_NAME|$JOB_URL|true|$NOTE|$TIMESTAMP" >> ${UNSTABLE_JOBS}
@@ -323,6 +321,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 				small_note "problem with apt repository signature"
 			elif $(grep -E -q "^E: Unable to correct problems, you have held broken packages." $LOG) ; then
 				small_note "uninstallable dependencies"
+			elif $(grep -q "^E: Package 'disorderfs' has no installation candidate" $LOG) ; then
+				small_note "package 'disorderfs' has no installation candidate"
 			elif $(grep -q "^error: RPC failed; HTTP 504 curl 22 The requested URL returned error: 504" $LOG) ; then
 				small_note "git clone failed"
 			elif $(grep -q "^fatal: unable to access 'https://salsa.debian.org" $LOG) ; then



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/01af3e3f45ede5b6ed3d792f4b5d4e5174d93041
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/20251205/a9593eef/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list