[Git][qa/jenkins.debian.net][master] 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:42:06 GMT 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
3f7d0126 by Holger Levsen at 2025-12-05T14:41:57+01:00
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,6 +250,8 @@ 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}
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/3f7d01265465c0033bba008d5517af95618dfdff
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/3f7d01265465c0033bba008d5517af95618dfdff
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/b25bccb8/attachment.htm>
More information about the Qa-jenkins-scm
mailing list