mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55:45 +07:00
![]() When a user checks the runbot frontend, the guess_result field is used to change the color of the build state. But github is not notified of this guessed result. As a consequence, the runbot_merge is not aware the build is failed and will continue to wait. With this commit, as soon as the guess_result detects a failure, the status is sent to github, that way, runbot_merge will stop waiting sooner. |
||
---|---|---|
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.