[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible trbo system health check: show age of information displayed
Holger Levsen
gitlab at salsa.debian.org
Mon Aug 31 13:03:46 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
2c8990ae by Holger Levsen at 2020-08-31T14:03:36+02:00
reproducible trbo system health check: show age of information displayed
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/jenkins-shell-monitor.sh
Changes:
=====================================
bin/jenkins-shell-monitor.sh
=====================================
@@ -40,6 +40,7 @@ main_loop() {
JOBS_RUNNING_REMOTE=$(grep jenkins_master_wrapper.sh $PSFAX | wc -l)
REPRO_WORKERS=$(grep reproducible_worker.sh $PSFAX | wc -l)
JENKINS_AGENTS=$(grep jenkins/agent.jar $PSFAX | wc -l)
+ SOME_AGE="$(date -u)"
for i in $SEQ1 ; do
clear
echo "=== jenkins/trbo shell monitor ==="
@@ -72,7 +73,8 @@ main_loop() {
echo
free -h | cut -b1-47
echo
- echo -n "$(date -u) "
+ echo "some info from $SOME_AGE"
+ echo -n "some info from $(date -u) "
for j in $SEQ2 ; do
echo -n "."
sleep 1
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/2c8990aede3ad6f0a0ae14ea109798baaae1aab3
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/2c8990aede3ad6f0a0ae14ea109798baaae1aab3
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/20200831/57fc2b10/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list