mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55:45 +07:00
![]() In a create config, a parent result is computed based on children results In some situations, it could be handy to ignore the result of some sub-builds. Example: the nightly tests are just the children of one nightly build with a create config. The external tests are failing randomly and as a consequence, the nightly result is always red. On the other hand, keeping the test running, just to have logs is a good idea. With this commit, a config_step of type create can be marked as orphan_result, that way, the result is not taken into account in the parent build result. |
||
---|---|---|
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.