Loading bin/reproducible_node_health_check.sh +2 −1 Original line number Diff line number Diff line #!/bin/bash # vim: set noexpandtab: # Copyright 2014-2024 Holger Levsen <holger@layer-acht.org> # Copyright 2014-2025 Holger Levsen <holger@layer-acht.org> # © 2015-2018 Mattia Rizzolo <mattia@mapreri.org> # released under the GPLv2 Loading Loading @@ -121,6 +121,7 @@ fi echo "$(date -u) - testing whether too many kernels are installed..." KERNEL="$(ls /boot/vmlinu?-*|wc -l)" case $HOSTNAME in codethink01*|codethink02*) MAX_KERNEL=1 ;; # we're diskspace constrained on these nodes, so complain early jenkins|ionos*|codethink*) MAX_KERNEL=5 ;; *) MAX_KERNEL=3 ;; esac Loading Loading
bin/reproducible_node_health_check.sh +2 −1 Original line number Diff line number Diff line #!/bin/bash # vim: set noexpandtab: # Copyright 2014-2024 Holger Levsen <holger@layer-acht.org> # Copyright 2014-2025 Holger Levsen <holger@layer-acht.org> # © 2015-2018 Mattia Rizzolo <mattia@mapreri.org> # released under the GPLv2 Loading Loading @@ -121,6 +121,7 @@ fi echo "$(date -u) - testing whether too many kernels are installed..." KERNEL="$(ls /boot/vmlinu?-*|wc -l)" case $HOSTNAME in codethink01*|codethink02*) MAX_KERNEL=1 ;; # we're diskspace constrained on these nodes, so complain early jenkins|ionos*|codethink*) MAX_KERNEL=5 ;; *) MAX_KERNEL=3 ;; esac Loading