mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
![]() The race condition which prompted STAGING_SLEEP rears its ugly head again: when pushing a base repo and its dependents, it's possible for the update to the base repo's new head to take much longer to be visible than the dependents (or so it seems?). In this case, CI might pick up the correct dependent but pick an older / incorrect revision of the base, leading to a staging failing for no good reason. This change uses info/refs to check for the updated staging head to be visible at the repo level after it's been set / updated via the API. It assumes repos are in topological order. |
||
---|---|---|
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.