mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55:45 +07:00
![]() When a runbot instance is scheduling builds, the numbers of builds depends of a global ir.config_parameter. Even if one of the runbot instance is running on a more powerful systsem, its number of workers is limited by this global parameter. With this commit, this parameter still exists but can be overriden by specific ir.config_parameter. For example, if the host 'runbot24.odoo.com' has more cpu power, the number of workers for this host can be specified in the ir.config_parameter named 'runbot24.odoo.com.workers'. |
||
---|---|---|
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.