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
45492789
Commit
45492789
authored
4 years ago
by
Holger Levsen
Browse files
Options
Downloads
Patches
Plain Diff
reproducible trbo system health check: detect failure to update Arch Linux schroots
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
621bafec
No related branches found
Branches containing commit
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 @
45492789
...
...
@@ -175,6 +175,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note
"reproducible_build.sh zombies"
elif
$(
grep
-q
"State: starting"
$LOG
)
;
then
small_note
"node in starting state"
elif
$(
grep
-q
"Warning: failed to update Arch Linux schroot."
$LOG
)
;
then
small_note
"failed to update Arch Linux schroot"
elif
$(
grep
-q
"Warning: sbuild failed. Exiting cleanly as this is out-of-scope"
$LOG
)
;
then
UNSAT_DEPENDS
=
$(
grep
"unsat-dependency:"
$LOG
||
true
)
if
[
-n
"
$UNSAT_DEPENDS
"
]
;
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