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
674b7e96
Commit
674b7e96
authored
Sep 13, 2022
by
Holger Levsen
Browse files
trbo health check: detect failures due to broken pipe
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
1eea8a5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_system_health.sh
View file @
674b7e96
...
...
@@ -306,6 +306,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note
"package 'diffoscope' has no installation candidate"
elif
$(
grep
-q
"^W: No exported results found in /tmp/job-exports"
$LOG
)
;
then
small_note
"build failed"
elif
$(
grep
-q
"^client_loop: send disconnect: Broken pipe"
$LOG
)
;
then
small_note
"broken pipe"
fi
case
$JOB_NAME
in
reproducible_maintenance_amd64_jenkins
)
MODIFIER
=
250
;;
# main node
...
...
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