Skip to content
Snippets Groups Projects
Unverified Commit 17307c4e authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

reproducible: check if we are running the latest kernel in the node health check

parent 2f97093a
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,14 @@ if [ "$(lsb_release -si)" = "Ubuntu" ] ; then
fi
fi
#
# check if we are running the latest kernel
#
echo "$(date -u) - testing whether we are running the latest kernel..."
if ! dsa-check-running-kernel ; then
DIRTY=true
fi
#
# check for haveged running
#
......
......@@ -26,5 +26,4 @@ warning /Warning: curl http:..www.debian.org failed, probably the proxy is down
warning /Warning, more than one kernel in.+/
warning /Warning, rise of the jenkins job zombies.+/
warning /Warning, jenkins.log is larger than.+/
warning /^WARNING: Kernel needs upgrade/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment