mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 16:05:42 +07:00
[IMP] runbot: log error instead of info when wake up fails
This commit is contained in:
parent
8d199b4c16
commit
57a32ee937
@ -562,7 +562,7 @@ class runbot_build(models.Model):
|
||||
self.env['runbot.build.config.step']._run_odoo_run(build, log_path)
|
||||
except Exception:
|
||||
_logger.exception('Failed to wake up build %s', build.dest)
|
||||
build._log('_schedule', 'Failed waking up build')
|
||||
build._log('_schedule', 'Failed waking up build', level='ERROR')
|
||||
build.write({'requested_action': False, 'local_state': 'done'})
|
||||
continue
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user