mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55:45 +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. |
||
---|---|---|
runbot | ||
runbot_cla | ||
runbot_merge | ||
.gitignore | ||
conftest.py | ||
README.md |
Odoo Runbot Repository
This repository contains the source code of Odoo testing bot runbot.odoo.com and related addons.
Runbot
The runbot/
directory holds the main runbot Odoo addon.
Runbot CLA addon
The runbot_cla/
directory contains an Odoo addon that checks CLA.