[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: detect compiler warnings during build
Holger Levsen (@holger)
gitlab at salsa.debian.org
Tue Nov 30 17:11:25 GMT 2021
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
9ad4ecc9 by Holger Levsen at 2021-11-30T18:11:17+01:00
trbo health check: detect compiler warnings during build
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -213,7 +213,9 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
elif $(grep -q "^Warning: diffoscope detected differences in the images" $LOG) ; then
small_note "diffoscope detected differences in the images"
elif $(grep -E -q "UserWarning: .* is running against .* this may cause problems" $LOG) ; then
- small_note "python library warnings during build"
+ small_note "python library warning during build"
+ elif $(grep -E -q "^[a-z]+.cpp:[0-9]+:[0-9]+: warning:" $LOG) ; then
+ small_note "compiler warning during build"
fi
if ! $SUSPECT ; then
echo "1|$JOB_NAME|$JOB_URL|true|$NOTE" >> ${UNSTABLE_JOBS}
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/9ad4ecc952928ad316b1ae9a1196edc38a1f2175
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/9ad4ecc952928ad316b1ae9a1196edc38a1f2175
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/20211130/6363579c/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list