mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55:45 +07:00
![]() docker_is_running is ambiguous since we dont know if it was started once. This new feature tries to add tools to know if a docker was started or not. The main reason of this is that sometimes docker_run may take more than 15 seconds creating unpredictable errors on build when the second step is launched and the previous one is still running. Hopefully this fix will help to solve this issue and detect late docker run. |
||
---|---|---|
forwardport | ||
runbot | ||
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.