[Git][qa/jenkins.debian.net][master] 2 commits: jenkins nodes: fix silly bug in monitor script
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sat Apr 26 10:49:46 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
d1dcbacd by Holger Levsen at 2025-04-26T11:49:32+02:00
jenkins nodes: fix silly bug in monitor script
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
a23c1d21 by Roland Clobus at 2025-04-26T11:49:36+02:00
osuosl3: Designate 4 workers for bigger builds
These workers will handle openQA builds that require more than the
default 2GB RAM
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- bin/jenkins-shell-monitor.sh
- hosts/osuosl3-amd64/etc/openqa/workers.ini
Changes:
=====================================
bin/jenkins-shell-monitor.sh
=====================================
@@ -183,7 +183,7 @@ main_loop() {
echo -e "$OFFLINE_NODES"
echo
fi
- STATUS=$(cat ~/userContent/reproducible/trbo.status || 0)
+ STATUS=$(cat ~/userContent/reproducible/trbo.status || echo 0)
if [ $STATUS -gt 239 ] ; then
echo -e "${GREEN}$STATUS = trbo status${FOREGROUND_COLOR}, see https://tests.reproducible-builds.org/trbo.status.html"
else
=====================================
hosts/osuosl3-amd64/etc/openqa/workers.ini
=====================================
@@ -98,6 +98,18 @@ TIMEOUT_SCALE = 1.8
[https://openqa.debian.net]
TESTPOOLSERVER = rsync://openqa.debian.net/tests
+[1]
+WORKER_CLASS=qemu_x86_64,qemu_x86_64_bigmem
+
+[2]
+WORKER_CLASS=qemu_x86_64,qemu_x86_64_bigmem
+
+[3]
+WORKER_CLASS=qemu_x86_64,qemu_x86_64_bigmem
+
+[4]
+WORKER_CLASS=qemu_x86_64,qemu_x86_64_bigmem
+
# avoid over-loading the server when busy
[5]
CRITICAL_LOAD_AVG_THRESHOLD = 12
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/afb3b49c88a333dc41021cc8a5000821110dcf43...a23c1d21606b9d5c0f6de86c9984f403505f618c
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/afb3b49c88a333dc41021cc8a5000821110dcf43...a23c1d21606b9d5c0f6de86c9984f403505f618c
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/20250426/2cb67dfe/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list