Show HN: Mini-Runbot β Ephemeral Odoo Enviroments Using Python and Dockerhttps://github.com/rafnixg/odoo-platform-ephemeral-environment
I build a Mini-Runbot, an open source PoC for creating ephemeral enviroments for Odoo from a Git commit. This is a mini implementation of the real workflow used by Odoo in Odoo-Runbot and the workflow using in the platform Odoo.sh This workdflow take a testing branch and prepare a database, install modules, start Odoo instance, export a port, check that everything works and cleaning everything up afterward. A build can: - resolve a Git branch or tag - prepare an isolated checkout - install selected Odoo modules - run Odoo test - start Odoo instance - test an HTTP healtcheck - expose a temporaβ¦