[Git][qa/jenkins.debian.net][master] reproducible system health: detect live build failures due to missing credentials

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon Aug 28 09:02:06 BST 2023



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


Commits:
2dc8da1a by Holger Levsen at 2023-08-28T10:01:55+02:00
reproducible system health: detect live build failures due to missing credentials

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

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -281,6 +281,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 			small_note "dpkg-buildpackage failed"
 		elif $(grep -q "Failed to connect to review.coreboot.org port 443" $LOG) ; then
 			small_note "failed to connect to review.coreboot.org"
+		elif $(grep -q "^Error: Could not find credentials entry with ID 'openqa-live-apikey'" $LOG) ; then
+			small_note "live build failed with missing credentials for openqa-live-apikey "
 		elif $(grep -E -q "Error: lb build failed with .*, even with an older snapshot." $LOG) ; then
 			small_note "live builds failed, both using current and older snapshots."
 		elif $(grep -E -q "^building build_cdrom_.* failed, see log file" $LOG) ; then



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/2dc8da1aadc09567a7777e3c4870d455fe1ceddd
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/20230828/81dfefd9/attachment.htm>


More information about the Qa-jenkins-scm mailing list