[Git][qa/jenkins.debian.net][master] reproducible_build.sh: add "zst" to list of packages which are false-positive diskspace issues

Holger Levsen (@holger) gitlab at salsa.debian.org
Tue Mar 19 12:37:28 GMT 2024



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


Commits:
4df0658d by Holger Levsen at 2024-03-19T13:37:15+01:00
reproducible_build.sh: add "zst" to list of packages which are false-positive diskspace issues

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

- - - - -


1 changed file:

- bin/reproducible_build.sh


Changes:

=====================================
bin/reproducible_build.sh
=====================================
@@ -242,11 +242,11 @@ handle_ftbfs() {
 				handle_enospace $node
 			fi
 		done
-		# notify about unknown diskspace issues where we are not 100% sure yet those are diskspace issues
+		# notify about diskspace issues
 		if zgrep -e "No space left on device" "$DEBIAN_BASE/logs/$SUITE/$ARCH/${SRCPACKAGE}_${EVERSION}.build${BUILD}.log.gz" ; then
 			case "$SRCPACKAGE" in
-				syslinux|clisp|klibc|openssl|glibc)
-					# do nothing, these are usually false-positives…
+				syslinux|clisp|klibc|openssl|glibc|zst)
+					# do nothing, these packages have some tests which appear as false-positives…
 					;;
 				*)
 					MESSAGE="${BUILD_URL}console.log for ${SRCPACKAGE} (ftbfs in $SUITE/$ARCH) _probably_ had a diskspace issue on $node. Please check, tune handle_ftbfs() and reschedule the package."



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/4df0658d6ee797721c951958940b7c775fa72f75
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/20240319/389e4c3a/attachment.htm>


More information about the Qa-jenkins-scm mailing list