mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55:45 +07:00
![]() When searching for duplicate builds, a git ls-remote is used to verify that the branch still exists. This command is time consuming (up to 2 seconds). If the number of build is significant, it can last a very long time. When a user push one ore more new branches without new commits, the number of duplicate builds found may be very large (more than 92). This loop blocks the cron wroker in charge of creating new builds. This quick fix will limit the number of duplicate to 1 but if the closest name is not the same, it will not be considered as a duplicate. |
||
---|---|---|
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.