[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible trbo monitor: only having 6-10 jobs running is fine
Holger Levsen
gitlab at salsa.debian.org
Wed Sep 30 18:21:25 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
c8019e07 by Holger Levsen at 2020-09-30T19:21:14+02:00
reproducible trbo monitor: only having 6-10 jobs running is fine
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/jenkins-shell-monitor.sh
Changes:
=====================================
bin/jenkins-shell-monitor.sh
=====================================
@@ -44,7 +44,7 @@ main_loop() {
JOBS_RUNNING_TOTAL=$(grep '_ /bin/bash /srv/jenkins/bin/' $PSFAX | egrep -v 'reproducible_worker.sh|reproducible_build.sh|jenkins-shell-monitor.sh|reproducible_build_archlinux_pkg.sh' | wc -l)
if [ $JOBS_RUNNING_TOTAL -eq 0 ] ; then
JOBS_RUNNING_TOTAL="${RED}$JOBS_RUNNING_TOTAL${FOREGROUND_COLOR}"
- elif [ $JOBS_RUNNING_TOTAL -lt 10 ] ; then
+ elif [ $JOBS_RUNNING_TOTAL -lt 5 ] ; then
JOBS_RUNNING_TOTAL="${YELLOW}$JOBS_RUNNING_TOTAL${FOREGROUND_COLOR}"
fi
JOBS_RUNNING_LOCAL=$(grep '_ /bin/bash /srv/jenkins/bin/' $PSFAX | egrep -v 'reproducible_worker.sh|reproducible_build.sh|jenkins-shell-monitor.sh|reproducible_build_archlinux_pkg.sh|jenkins_master_wrapper.sh' | wc -l)
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c8019e0724ef643ce4f8ea96ec3398c22068bc1c
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c8019e0724ef643ce4f8ea96ec3398c22068bc1c
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/20200930/44713baa/attachment.html>
More information about the Qa-jenkins-scm
mailing list