[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] jenkins-shell-monitor.sh: include some directory stats which have been problematic in the past

Holger Levsen (@holger) gitlab at salsa.debian.org
Sun Jan 15 20:46:37 GMT 2023



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


Commits:
00400ad4 by Holger Levsen at 2023-01-15T21:46:25+01:00
jenkins-shell-monitor.sh: include some directory stats which have been problematic in the past

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

- - - - -


1 changed file:

- bin/jenkins-shell-monitor.sh


Changes:

=====================================
bin/jenkins-shell-monitor.sh
=====================================
@@ -1,7 +1,7 @@
 #!/bin/bash
 # vim: set noexpandtab:
 
-# Copyright © 2020-2022 Holger Levsen (holger at layer-acht.org)
+# Copyright © 2020-2023 Holger Levsen (holger at layer-acht.org)
 # released under the GPLv2
 #
 #
@@ -77,6 +77,9 @@ main_loop() {
 			fi
 			printf  "%-45s %-5s %-${WIDTH}s %s\n" $FILESYSTEM_MOUNTPOINT $FILESYSTEM_SIZE $FILESYSTEM_AVAIL $FILESYSTEM_USAGE
 		done
+		# include some directory stats which have been problematic in the past
+		du -sh /srv/reproducible-results/rbuild-debian 2>/dev/null
+		( cd /var/lib/jenkins/userContent/reproducible/debian ; du -sh dbdtxt/stretch/ dbdtxt/buster/ dbdjson/stretch/ dbdjson/buster/ 2>/dev/null )
 	) > $DISKSTATS
 	SOME_AGE="$(date -u)"
 	for i in $SEQ1 ; do



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

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


More information about the Qa-jenkins-scm mailing list