Skip to content

Commit

Permalink
[FIX] runbot: display stats of failed and scheduled builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier-Do committed Aug 17, 2022
1 parent 35e3e7c commit 326ac36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions runbot/controllers/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,9 +507,7 @@ def stats_json(self, bundle_id=False, trigger_id=False, key_category='', center_
return request.not_found()

builds_domain = [
('build_type', '=', 'normal'),
('global_state', 'in', ('running', 'done')),
('global_result', '=', 'ok'),
('slot_ids.batch_id.bundle_id', '=', bundle_id),
('params_id.trigger_id', '=', trigger.id),
]
Expand Down

0 comments on commit 326ac36

Please sign in to comment.