mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55:45 +07:00
![]() As the Odoo requirements were recently updated, the last RUN entry in the Docker image was rebuilt on our runbot instances. Since that moment the coverage builds are failing with an import error. After investigation, it appears that the latest coverage version modifies the sys.path. A bug report was written for coverage: https://github.com/nedbat/coveragepy/issues/919 For that reason, this commit freeze the coverage version until this bug is fixed. Also, the os import problem in conatainer.py is fiexed. |
||
---|---|---|
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.