Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jenkins.debian.net
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian QA
jenkins.debian.net
Commits
17307c4e
Unverified
Commit
17307c4e
authored
7 years ago
by
Mattia Rizzolo
Browse files
Options
Downloads
Patches
Plain Diff
reproducible: check if we are running the latest kernel in the node health check
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
2f97093a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bin/reproducible_node_health_check.sh
+8
-0
8 additions, 0 deletions
bin/reproducible_node_health_check.sh
logparse/reproducible.rules
+1
-2
1 addition, 2 deletions
logparse/reproducible.rules
with
9 additions
and
2 deletions
bin/reproducible_node_health_check.sh
+
8
−
0
View file @
17307c4e
...
...
@@ -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
#
...
...
This diff is collapsed.
Click to expand it.
logparse/reproducible.rules
+
1
−
2
View file @
17307c4e
...
...
@@ -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/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment