mirror of
https://github.com/odoo/runbot.git
synced 2025-03-17 16:35:47 +07:00
![]() With this commit, a new RunbotBuilError model is added in order to classify and manage errors that appears during runbot builds. This is an helper to find undeterministic bugs in Odoo builds. Build logs can be parsed on demand, during the parsing, the logs are cleaned with some regexes stored on the RunbotErrorRegex model. A hash is computed on the cleaned log, if a build error already exists with the same fingerprint, the build is appended on the build error. Errors can also be manually linked together with a parent/children relation in case of a related error log. e.g. the error message is different in two different branches but the bug is the same. Also, a new build_url field is added to the runbot_build in order to access the build web page from the backend. |
||
---|---|---|
.. | ||
ir.model.access.csv | ||
ir.rule.csv | ||
runbot_security.xml |