[Git][qa/jenkins.debian.net][master] refactoring to save screen estate too
Holger Levsen (@holger)
gitlab at salsa.debian.org
Wed Aug 13 23:48:29 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
223abbc4 by Holger Levsen at 2025-08-14T00:48:06+02:00
refactoring to save screen estate too
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/jenkins-shell-monitor.sh
Changes:
=====================================
bin/jenkins-shell-monitor.sh
=====================================
@@ -18,9 +18,7 @@ WARNING_LEVEL['/var/lib/jenkins']=80
WARNING_LEVEL['/var/lib/schroot']=70
WARNING_LEVEL['/srv/schroots']=100
WARNING_LEVEL['/srv/reproducible-results/rbuild-debian']=50
-WARNING_LEVEL['r-b-userContent../dbd*/buster']=5
-WARNING_LEVEL['r-b-userContent../dbd*/bullseye']=8
-WARNING_LEVEL['r-b-userContent../dbd*/bookworm']=60
+WARNING_LEVEL['r-b-userContent../dbd*/b*']=7
WARNING_LEVEL['r-b-userContent../dbd*/trixie']=60
WARNING_LEVEL['r-b-userContent../dbd*/forky']=60
WARNING_LEVEL['r-b-userContent../dbd*/unstable']=145
@@ -89,7 +87,7 @@ main_loop() {
;;
"/var/lib/jenkins/userContent/reproducible")
DIR_PATH=/var/lib/jenkins/userContent/reproducible/debian
- for i in buster bullseye bookworm trixie forky unstable experimental live_build ; do
+ for i in 'b*' trixie forky unstable experimental live_build ; do
if [ "$i" = "live_build" ] ; then
DU_PATH="$i"
VISIBLE_PATH="$i"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/223abbc4d225e5f31e104f94344327586623d5f9
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/223abbc4d225e5f31e104f94344327586623d5f9
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/20250813/ee18fa2f/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list