[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: jenkins-shell-monitor.sh: decrease "cursor-blinking"

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon Jan 24 12:25:31 GMT 2022



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


Commits:
5815c734 by Holger Levsen at 2022-01-24T13:21:55+01:00
jenkins-shell-monitor.sh: decrease "cursor-blinking"

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

- - - - -
75d7cc53 by Holger Levsen at 2022-01-24T13:25:09+01:00
trbo health check: detect live builds failing using both snapshots

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

- - - - -


2 changed files:

- bin/jenkins-shell-monitor.sh
- bin/reproducible_system_health.sh


Changes:

=====================================
bin/jenkins-shell-monitor.sh
=====================================
@@ -143,8 +143,8 @@ main_loop() {
 		echo "some information was gathered at $SOME_AGE. (updated every 15min)"
 		echo "some other information at around $(date -u). (updated every 90sec)"
 		for j in $SEQ2 ; do
-			echo -n "."
-			sleep 1.5
+			echo -n "..."
+			sleep 4.5
 		done
 	done
 }
@@ -154,7 +154,7 @@ export LANG=C
 trap cleanup_all INT TERM EXIT
 # initialize internal loop variables
 SEQ1=$(seq 1 10)	# outer loop
-SEQ2=$(seq 1 60)	# inner loop
+SEQ2=$(seq 1 20)	# inner loop
 # static colors
 FOREGROUND_COLOR=$(tput sgr0)
 RED=$(tput setaf 1)


=====================================
bin/reproducible_system_health.sh
=====================================
@@ -220,6 +220,9 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 			small_note "compiler warning during build"
 		elif $(grep -q "^Warning: The following builds have failed due to diffoscope schroot problems and will be rescheduled now:" $LOG) ; then
 			small_note "found and rescheduled build failures due to diffoscope schroot problems"
+		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."
+		fi
 		elif $(grep -E -q "Warning: lb build failed with .* The latest snapshot might not be complete \(yet\). Now trying again using the previous snapshot instead." $LOG) ; then
 			small_note "live build encountered an incomplete snapshot stamp."
 		fi



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/09d4af35c82b1624cff220f9d195063de09680f4...75d7cc538cafdd8a4d29e29a73dba3d99a04864c

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/09d4af35c82b1624cff220f9d195063de09680f4...75d7cc538cafdd8a4d29e29a73dba3d99a04864c
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/20220124/65a5beec/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list