mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55:45 +07:00
![]() Sometimes, sheduler may have a hard time to create build. The transaction can be verry long when there are many repo and a lot of new commits. Writing get_ref_time on repo will fail due to concurrent update rollbacking the whole transaction. This is supposedly because of hook occuring during the transaction. With this new model, hook will only perform an insert, and shouldn't interfer with ref_times. |
||
---|---|---|
forwardport | ||
runbot | ||
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.