mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] runbot: display stats of failed and scheduled builds
This commit is contained in:
parent
35e3e7cee0
commit
326ac36b5e
@ -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),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user