mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
![]() When commit is built serveral times, each time the status is updated, a request is sent to github for each build. As a side effect, if the first build is a failure and the last one a success, github is wrongly updated to failure. This bug is particulary annoying on PR in conjunction with the runbot_merge, preventing a the PR to be merged even after several rebuild. With this commit, only the latest build per repository is used to update the github status. The amount of github status updates is also reduced. |
||
---|---|---|
runbot | ||
runbot_cla | ||
runbot_merge | ||
.gitignore | ||
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.