mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55:45 +07:00
![]() When a build age reaches the gc_days parameter, its database is dropped and its directory is removed. With this commit, two fields are added in order to keep some builds longer that the defined gc_days. The gc_delay field on the build allows to add a delay (in number of days) that is added to its gc_days to compute the gc_date. The gc_date field is the date when the cleaning will occur. Also, a test is added and the RunbotCase test class is improved to allow the stop of a patcher. |
||
---|---|---|
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.