mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55:45 +07:00
![]() When the Odoo instances are spawned for tests, they have a time limit set on their CPU usage. This limit is hard-coded in the _spawn method calls. As the number of tests are increasing, their duration increases too. As this limit is inherited by subprocesses, if a phantomjs test last too long, the test is killed alone. Finally, when the coverage is enabled, the tests duration is approximately increased of 1.5 times. With this commit, the cpu_limit of the two main tests jobs are increased. When the coverage is used, the cpu_limit is increased. Closes: #23 |
||
---|---|---|
runbot | ||
runbot_cla | ||
.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.