mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55:45 +07:00
![]() Docker can take some time to be considered as running after docker_run. This issue can appear when we speedup sheduling loop. To avoid that when can add an time condition to consider if a docker is running, but we want to avoid to wait to much since some jobs are fast. This solution check if a job is a docker run before waiting, and will also update job_start after a checkout since this can take some time if a git fetch is performed. |
||
---|---|---|
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.