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

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



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


Commits:
b3d90bb8 by Holger Levsen at 2023-08-28T10:27:15+02:00
reproducible system health: detect live build failures due to missing credentials (fix copynpaste error)

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,7 +281,7 @@ 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
+		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."



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b3d90bb8a56d289e074ee5e717ac230447c69283
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/8dc02db3/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list