[FIX] runbot: display stats of failed and scheduled builds

This commit is contained in:
Xavier-Do 2022-08-17 12:18:00 +02:00 committed by xdo
parent 35e3e7cee0
commit 326ac36b5e

View File

@ -507,9 +507,7 @@ class Runbot(Controller):
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),
]