[Git][qa/jenkins.debian.net][master] be more relaxed, all is fine right now
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Aug 14 00:04:52 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
b51774b3 by Holger Levsen at 2025-08-14T01:04:26+02:00
be more relaxed, all is fine right now
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/jenkins-shell-monitor.sh
Changes:
=====================================
bin/jenkins-shell-monitor.sh
=====================================
@@ -23,7 +23,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
WARNING_LEVEL['r-b-userContent../dbd*/experimental']=42
-WARNING_LEVEL['live_build']=23
+WARNING_LEVEL['live_build']=50
# prepare a trap for cleaning up
# using a global tempfile
@@ -124,7 +124,7 @@ main_loop() {
JOBS_RUNNING_TOTAL=$(grep '_ /bin/bash /srv/jenkins/bin/' $PSFAX | grep -c -v -E 'reproducible_worker.sh|reproducible_build.sh|jenkins-shell-monitor.sh')
if [ $JOBS_RUNNING_TOTAL -eq 0 ] ; then
JOBS_RUNNING_TOTAL="${RED}$JOBS_RUNNING_TOTAL${FOREGROUND_COLOR}"
- elif [ $JOBS_RUNNING_TOTAL -lt 5 ] ; then
+ elif [ $JOBS_RUNNING_TOTAL -lt 3 ] ; then
JOBS_RUNNING_TOTAL="${YELLOW}$JOBS_RUNNING_TOTAL${FOREGROUND_COLOR}"
fi
JOBS_RUNNING_LOCAL=$(grep '_ /bin/bash /srv/jenkins/bin/' $PSFAX | grep -c -v -E 'reproducible_worker.sh|reproducible_build.sh|jenkins-shell-monitor.sh|jenkins_master_wrapper.sh')
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b51774b37177043fd19eb6e7c5c710593234c65b
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b51774b37177043fd19eb6e7c5c710593234c65b
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/79da353d/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list