mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55:45 +07:00
![]() When a runbot execute the cron_fetch_and_build method, the repo is updated only if the webhook time is newer than the last fetch time. As the cron is now split into long running crons, the hook_time field is cached. The runbot instance that sees a new build pending use this cached value to estimate if the repo update is needed. With this commit, the repo update is done right before exporting the repo and only if the commit hash is not found. As a bonus, the environment is reset in the long running cron of the runbot builders to update the cached values. |
||
---|---|---|
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.