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
12
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
50300712
Commit
50300712
authored
2 years ago
by
Holger Levsen
Browse files
Options
Downloads
Patches
Plain Diff
trbo health check: detect dpkg failures
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
666abffa
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/reproducible_system_health.sh
+2
-0
2 additions, 0 deletions
bin/reproducible_system_health.sh
with
2 additions
and
0 deletions
bin/reproducible_system_health.sh
+
2
−
0
View file @
50300712
...
...
@@ -273,6 +273,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note
"live builds failed, both using current and older snapshots."
elif
$(
grep
-E
-q
"^building build_cdrom_.* failed, see log file"
$LOG
)
;
then
small_note
"d-i cdrom build failed."
elif
$(
grep
-q
"^E: Sub-process /usr/bin/dpkg returned an error code"
$LOG
)
;
then
small_note
"dpkg failed"
elif
$(
grep
-q
"^SSH EXIT CODE:"
$LOG
)
;
then
if
$(
grep
-q
"^Timeout, server .*.debian.net not responding."
$LOG
)
||
\
$(
grep
-q
"^packet_write_wait: Connection to .*: Broken pipe"
$LOG
)
;
then
...
...
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