Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
7594662c
Commit
7594662c
authored
Sep 13, 2022
by
Holger Levsen
Browse files
trbo health check: detect failures due to ssh connection refused
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
674b7e96
Changes
1
Show whitespace changes
Inline
Side-by-side
bin/reproducible_system_health.sh
View file @
7594662c
...
...
@@ -302,6 +302,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note
"no route to host"
elif
$(
grep
-E
-q
"^ssh: Could not resolve hostname .*: Temporary failure in name resolution"
$LOG
)
;
then
small_note
"failure in name resolution"
elif
$(
grep
-E
-q
"^ssh: connect to host .* Connection refused"
$LOG
)
;
then
small_note
"ssh connection refused"
elif
$(
grep
-q
"^E: Package 'diffoscope' has no installation candidate"
$LOG
)
;
then
small_note
"package 'diffoscope' has no installation candidate"
elif
$(
grep
-q
"^W: No exported results found in /tmp/job-exports"
$LOG
)
;
then
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment