[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: jenkins shell monitor: show update frequency

Holger Levsen gitlab at salsa.debian.org
Wed Dec 2 01:32:58 GMT 2020



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


Commits:
5d2c57b2 by Holger Levsen at 2020-12-02T01:42:51+01:00
jenkins shell monitor: show update frequency

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

- - - - -
ea20af8e by Holger Levsen at 2020-12-02T02:32:41+01:00
jenkins shutdown monitor: force precedence to find only log files

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

- - - - -


2 changed files:

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


Changes:

=====================================
bin/jenkins-shell-monitor.sh
=====================================
@@ -143,8 +143,8 @@ main_loop() {
 		cat $DISKSTATS
 		free -h | cut -b1-47
 		echo
-		echo "some information was gathered at $SOME_AGE."
-		echo "some other information at around $(date -u)."
+		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


=====================================
bin/jenkins-shell-shutdown-monitor.sh
=====================================
@@ -26,4 +26,4 @@ MMINOPTS="-mmin 0"
 for i in $(seq 1 $TIMESPAN) ; do
 	MMINOPTS="$MMINOPTS -o -mmin $i"
 done
-find jobs/*/builds/*/ -name log $MMINOPTS 2>/dev/null | xargs -r tail -f
+find jobs/*/builds/* -name log \( $MMINOPTS \) 2>/dev/null | xargs -r tail -f



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/b79446041a94f02250832ed53afcb90ddda57241...ea20af8e00c0d671b0ebe3b79a5e9e80cd5ecf59

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/b79446041a94f02250832ed53afcb90ddda57241...ea20af8e00c0d671b0ebe3b79a5e9e80cd5ecf59
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/20201202/0de4d34b/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list