mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
![]() Despite the existing dedup' sometimes the "xxx failed on this forward-port PR" would still get multiplicated due to split builds e.g. in odoo/odoo#43935 4 such messages appear within ~5 minutes, then one more 10mn later. This is despite all of them having the same "build" (target_url) and status (failure). Since the description is the only thing that's not logged I assume that's the field which varies and makes the dedup' fail. Therefore: * add the description to the logging (when getting a status ping) * exclude the description when checking if a new status should be taken in account or ignored: the build (and thus url) should change on rebuild Hopefully fixes #281 |
||
---|---|---|
forwardport | ||
runbot | ||
runbot_builder | ||
runbot_cla | ||
runbot_merge | ||
.gitignore | ||
conftest.py | ||
README.md | ||
requirements.txt |
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.