mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55:45 +07:00
![]() When github reaches the hook controller, the repo hook_time field is updated. That way, a git fetch is done only when the hook_time is newer that the last fetch. If the hook_time is updated during the long running cron that runs the _cron_fetch_and_schedule method, the hook_time is cached and only the old hook time is seen until the cron's end. The cursor commit is not enough. As a result, the new builds are scheduled in the next cron run. With this commit, the cache is invalidated after the commit, that way, the hook_time field contains the correct value. |
||
---|---|---|
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.