mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
![]() Currently it can be difficult to know why the mergebot refuses to merge a PR (not that people care, they generally just keep sending new commands without checking what the 'bot is telling them, oh well...). Anyway knowing the CI state is the most complicated bit because the CI tag only provides a global pass/fail for statuses but not a view of specific statuses, and sometimes either the runbot or github fails to notify the mergebot, leading to inconsistent internal states & shit. By adding a tag per status context per PR, we can more clearly indicate what's what. Fixes #389 |
||
---|---|---|
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.