[FIX] config: indentation
This commit is contained in:
parent
a04353b683
commit
15088c9d0f
|
|
@ -35,32 +35,32 @@ migration_steps:
|
||||||
|
|
||||||
workload_settings:
|
workload_settings:
|
||||||
|
|
||||||
# Ignored module list
|
# Ignored module list
|
||||||
ignored_module_list: []
|
ignored_module_list: []
|
||||||
|
|
||||||
# porting a module requires 45 minutes minimaly
|
# porting a module requires 45 minutes minimaly
|
||||||
port_minimal_time: 45
|
port_minimal_time: 45
|
||||||
|
|
||||||
# a migration cost more for each version
|
# a migration cost more for each version
|
||||||
port_per_version: 15
|
port_per_version: 15
|
||||||
|
|
||||||
# Porting 120 lines of Python code costs 1 hour
|
# Porting 120 lines of Python code costs 1 hour
|
||||||
port_per_python_line_time: 0.5
|
port_per_python_line_time: 0.5
|
||||||
|
|
||||||
# Porting 120 lines of Javascript code costs 1 hour
|
# Porting 120 lines of Javascript code costs 1 hour
|
||||||
port_per_javascript_line_time: 0.5
|
port_per_javascript_line_time: 0.5
|
||||||
|
|
||||||
# Porting 10 lines of XML costs 1 minute
|
# Porting 10 lines of XML costs 1 minute
|
||||||
port_per_xml_line_time: 0.10
|
port_per_xml_line_time: 0.10
|
||||||
|
|
||||||
# Minimal time for Openupgrade PR
|
# Minimal time for Openupgrade PR
|
||||||
open_upgrade_minimal_time: 10
|
open_upgrade_minimal_time: 10
|
||||||
|
|
||||||
# time for a line of model in the openupgrade_analysis.txt
|
# time for a line of model in the openupgrade_analysis.txt
|
||||||
openupgrade_model_line_time: 10
|
openupgrade_model_line_time: 10
|
||||||
|
|
||||||
# Time for a line of field in the openupgrade_analysis.txt
|
# Time for a line of field in the openupgrade_analysis.txt
|
||||||
openupgrade_field_line_time: 5
|
openupgrade_field_line_time: 5
|
||||||
|
|
||||||
# Time for a line of XML in the openupgrade_analysis.txt
|
# Time for a line of XML in the openupgrade_analysis.txt
|
||||||
openupgrade_xml_line_time: 0.1
|
openupgrade_xml_line_time: 0.1
|
||||||
|
|
|
||||||
|
|
@ -42,32 +42,32 @@ migration_steps:
|
||||||
|
|
||||||
workload_settings:
|
workload_settings:
|
||||||
|
|
||||||
# Ignored module list
|
# Ignored module list
|
||||||
ignored_module_list: []
|
ignored_module_list: []
|
||||||
|
|
||||||
# porting a module requires 45 minutes minimaly
|
# porting a module requires 45 minutes minimaly
|
||||||
port_minimal_time: 45
|
port_minimal_time: 45
|
||||||
|
|
||||||
# a migration cost more for each version
|
# a migration cost more for each version
|
||||||
port_per_version: 15
|
port_per_version: 15
|
||||||
|
|
||||||
# Porting 120 lines of Python code costs 1 hour
|
# Porting 120 lines of Python code costs 1 hour
|
||||||
port_per_python_line_time: 0.5
|
port_per_python_line_time: 0.5
|
||||||
|
|
||||||
# Porting 120 lines of Javascript code costs 1 hour
|
# Porting 120 lines of Javascript code costs 1 hour
|
||||||
port_per_javascript_line_time: 0.5
|
port_per_javascript_line_time: 0.5
|
||||||
|
|
||||||
# Porting 10 lines of XML costs 1 minute
|
# Porting 10 lines of XML costs 1 minute
|
||||||
port_per_xml_line_time: 0.10
|
port_per_xml_line_time: 0.10
|
||||||
|
|
||||||
# Minimal time for Openupgrade PR
|
# Minimal time for Openupgrade PR
|
||||||
open_upgrade_minimal_time: 10
|
open_upgrade_minimal_time: 10
|
||||||
|
|
||||||
# time for a line of model in the openupgrade_analysis.txt
|
# time for a line of model in the openupgrade_analysis.txt
|
||||||
openupgrade_model_line_time: 10
|
openupgrade_model_line_time: 10
|
||||||
|
|
||||||
# Time for a line of field in the openupgrade_analysis.txt
|
# Time for a line of field in the openupgrade_analysis.txt
|
||||||
openupgrade_field_line_time: 5
|
openupgrade_field_line_time: 5
|
||||||
|
|
||||||
# Time for a line of XML in the openupgrade_analysis.txt
|
# Time for a line of XML in the openupgrade_analysis.txt
|
||||||
openupgrade_xml_line_time: 0.1
|
openupgrade_xml_line_time: 0.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user