mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 16:05:42 +07:00

The actual way to add a custom multibuild on a dev bundle will be: - use the multibuild wizard to create 2 configs and 2 steps - add this config on the bundle - customize this config to make it fatser by installing/restoring... The usefull parameters are the number of build, the test tags and modules to install. Another usefull operation is to restore a dump instead of installing, especially for post install test only breaking on full databases. This commit proposes to replace the multi build wizard with a custom trigger wizard. The main idea is to have generic config, parametrized by config_data. The wizard will only help to generate the corresponding config_data.
4 lines
57 B
Python
4 lines
57 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from . import stat_regex_wizard
|