[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] ff64a is low on disk space, so remind us to remove old kernels
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sat Jul 10 11:49:25 BST 2021
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
c0577fd7 by Holger Levsen at 2021-07-10T12:49:16+02:00
ff64a is low on disk space, so remind us to remove old kernels
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_node_health_check.sh
Changes:
=====================================
bin/reproducible_node_health_check.sh
=====================================
@@ -124,7 +124,9 @@ echo "$(date -u) - testing whether too many kernels are installed..."
KERNEL="$(ls /boot/vmlinuz-*|wc -l)"
case $HOSTNAME in
jenkins|ionos*) MAX_KERNEL=5 ;;
+ ff64a*) MAX_KERNEL=1 ;;
codethink*) MAX_KERNEL=1 ;;
+ ff64a*) MAX_KERNEL=1 ;;
*) MAX_KERNEL=3 ;;
esac
if [ $KERNEL -gt $MAX_KERNEL ] ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c0577fd7e05c100fba0483f7fd83667fcfb08283
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c0577fd7e05c100fba0483f7fd83667fcfb08283
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/20210710/3897ab4f/attachment.htm>
More information about the Qa-jenkins-scm
mailing list