mirror of
https://github.com/odoo/runbot.git
synced 2025-03-17 00:15:47 +07:00
![]() When creating a subbuild from a custom python job/cron, some data can be given through config_data or extra_params to change another step behaviour. An example is to give a specific -i to an install job in order to install different modules from the parent build. Anyway since we are using the same install step in this case, all databases will have the same name, and the name may not be correct in regard to the database content. This commit allows to give a config_param on build giving the default db_name to use in an install step. |
||
---|---|---|
.. | ||
__init__.py | ||
common.py | ||
test_branch.py | ||
test_build_config_step.py | ||
test_build_error.py | ||
test_build.py | ||
test_command.py | ||
test_cron.py | ||
test_event.py | ||
test_frontend.py | ||
test_repo.py | ||
test_schedule.py |