mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
![]() A status being updated on a commit is a read/modify/update, meaning it's possible for somebody else (including a concurrent event?) to concurrently update the commit and conflict leading to the webhook blowing up, which is undesirable as it's a data loss (whereas if it blows up on the other side e.g. in the cron's commit processor the cron will just take it up next iteration). |
||
---|---|---|
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.