[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] jenkins nodes: confirmed all osuosl nodes have space for at least 4 kernels
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Apr 3 18:59:44 BST 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
7b6d2395 by Holger Levsen at 2023-04-03T19:59:23+02:00
jenkins nodes: confirmed all osuosl nodes have space for at least 4 kernels
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- TODO
- bin/reproducible_node_health_check.sh
Changes:
=====================================
TODO
=====================================
@@ -30,9 +30,7 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian
=== nodes at OSUOSL
* five new nodes
-** tune diskspace needs
** mention o4+5 in THANKS and explain usage
-** check kernels on all 5 nodes
** mv snapshot.r-b.o from osuosl4 to osuosl5
*** setup xfs on o4
** setup netconsoles:
=====================================
bin/reproducible_node_health_check.sh
=====================================
@@ -125,6 +125,7 @@ KERNEL="$(ls /boot/vmlinuz-*|wc -l)"
case $HOSTNAME in
jenkins|ionos*) MAX_KERNEL=5 ;;
codethink*) MAX_KERNEL=1 ;;
+ osuosl*) MAX_KERNEL=4 ;;
*) MAX_KERNEL=3 ;;
esac
if [ $KERNEL -gt $MAX_KERNEL ] ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/7b6d2395e5aced3c48ab570de71f9b4774c3372f
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/7b6d2395e5aced3c48ab570de71f9b4774c3372f
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/20230403/cf562471/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list