mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
![]() A typical use case when an error is detected is to disable this test by adding a negated test-tags on config step 'all' and 'split_all'. This commit will help to do that by adding a test_tags management on build error. The user define a test_tag that will only execute failling test. if a config step has the flag enable_auto_tags, the test tag will be negated and added to config test-tags. This commit also add some information for monitoring. |
||
---|---|---|
forwardport | ||
runbot | ||
runbot_cla | ||
runbot_merge | ||
.gitignore | ||
conftest.py | ||
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.