[Git][qa/jenkins.debian.net][master] reproducible node health check: deal with /boot/vmlinuz* being vmlinux* on riscv64
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Feb 17 13:07:50 GMT 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
26a14052 by Holger Levsen at 2025-02-17T14:07:41+01:00
reproducible node health check: deal with /boot/vmlinuz* being vmlinux* on riscv64
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- TODO.r.d.n
- bin/reproducible_node_health_check.sh
Changes:
=====================================
TODO.r.d.n
=====================================
@@ -1,6 +1,10 @@
do TODO.rebuilderd-systemd-units
upload src:rebuilderd to unstable (and its depends need to go through NEW too)
+i17
+ no swap
+ use vdb
fix riscv64 nodes:
+ - keep connections on ssh tunnels
- riscv64-01 and -02 have the same ssh host keys...!?
- bullseye chdist on riscv64? (see maintenance jobs)
test unstable & trixie
=====================================
bin/reproducible_node_health_check.sh
=====================================
@@ -119,20 +119,20 @@ fi
# check for cleaned up kernels
#
echo "$(date -u) - testing whether too many kernels are installed..."
-KERNEL="$(ls /boot/vmlinuz-*|wc -l)"
+KERNEL="$(ls /boot/vmlinu*|wc -l)"
case $HOSTNAME in
jenkins|ionos*|codethink*) MAX_KERNEL=5 ;;
*) MAX_KERNEL=3 ;;
esac
if [ $KERNEL -gt $MAX_KERNEL ] ; then
RUNNING=$(uname -r)
- OLDEST_KERNEL=$(ls /boot/vmlinuz-*|sed 's#/boot/vmlinuz-##g'|head -1)
+ OLDEST_KERNEL=$(ls /boot/vmlinu*|sed 's#/boot/vmlinu.-##g'|head -1)
if [ "$RUNNING" != "$OLDEST_KERNEL" ] ; then
echo "Warning: too many kernels, $OLDEST_KERNEL should be removed."
else
echo "Warning: more than $MAX_KERNEL kernel(s) in /boot"
fi
- ls -lart /boot/vmlinuz-*
+ ls -lart /boot/vmlinu*
df -h /boot
echo "Running kernel: $(uname -r)"
DIRTY=true
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/26a14052393eb6e8ef1df07cc6673f2b2f2c670e
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/26a14052393eb6e8ef1df07cc6673f2b2f2c670e
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/20250217/d179a857/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list