This website requires JavaScript.
Explore
Help
Sign In
NextERP
/
runbot
Watch
5
Star
0
Fork
0
You've already forked runbot
mirror of
https://github.com/odoo/runbot.git
synced
2025-03-15 15:35:46 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
3cf9dd6fa2
runbot
/
runbot_cla
/
__init__.py
2 lines
27 B
Python
Raw
Normal View
History
Unescape
Escape
[IMP] runbot: replace jobs by build configs This commit aims to replace static jobs by fully configurable build config. Each build has a config (custom or inherited from repo or branch). Each config has a list of steps. For now, a step can test/run odoo or create a new child build. A python job is also available. The mimic the previous behaviour of runbot, a default config is available with three steps, an install of base, an install+test of all modules, and a last step for run. Multibuilds are replace by a config containing cretaion steps. The created builds are not displayed in main views, but are available on parent build log page. The result of a parent takes the result of all children into account. This new mechanics will help to create some custom behaviours for specifics use cases, and latter help to parallelise work.
2019-04-22 20:49:33 +07:00
from
.
import
build_config
Reference in New Issue
Copy Permalink