mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 16:05:42 +07:00
![]() When killed a build could have his build end changed (problematic when killing a running since build_time must represent the testing time) -> if a build already has a build end, don't overwrite it. Port also needs to be reset on wake_up since another build would have recycle the current one since port unicity is limited to build not in done state. This was working most of the time before since port unicity was determined cross runbots, thus we only had one chance over 17 to have a conflict on wake up. (this changed with prevous commit) |
||
---|---|---|
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.