[Git][qa/jenkins.debian.net][master] reproducible system health: detect failures due to vmlinuz rename
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Dec 25 12:18:59 GMT 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
deb57775 by Holger Levsen at 2023-12-25T13:18:42+01:00
reproducible system health: detect failures due to vmlinuz rename
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -318,6 +318,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note "503 Service Unavailable"
elif $(grep -q "^./daily-build: line 117: fakeroot: command not found$" $LOG) ; then
small_note "#1058994: debian-installer: fakeroot is pseudo-required"
+ elif $(grep -q "^cp: cannot stat 'chroot/debian-installer/build/dest/cdrom/vmlinuz'" $LOG) ; then
+ small_note "build/dest/cdrom/vmlinuz not found"
elif $(grep -q "Error: Something went wrong." $LOG) ; then
small_note "unspecific live-build failure"
else
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/deb5777574bc29b814156dd2f2a9c7209b13eba2
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/deb5777574bc29b814156dd2f2a9c7209b13eba2
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/20231225/964d74a2/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list