mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55:45 +07:00
![]() In remote tests, if the deletion of a test repository fails (because gh glitch) or the repo creation succeeded but reported a failure (for some reason) the entire run is hosed because every test trying to create a similarly named repository will explode. Alter repomaker to just try to delete the repo, unless --no-delete mode in which case just skip any further test trying to use the same repository (not deleting the repo is the entire point of --no-delete, as its purpose is the ability to do post-mortem debugging on repository state). closes #99 |
||
---|---|---|
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.