mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55:45 +07:00
![]() Original issue (staging would get cancelled just as it was being merged) was not really fixed but traded for a new one: serialization errors which can lock up the mergebot for a long time, stopping handling of all incoming signals (possibly/probably because all of them try to write on the PR which is locked?). Splitting the tagging cron out should already way improve things as the status update cron should be way shorter (and thus hold its locks for a smaller amount of time). This should also avoid the "close" handler waiting on the extant transaction, and make the "pr update" transaction be much shorter as each staging gets its own tnx. |
||
---|---|---|
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.