@@ -159,14 +159,14 @@ def update_config_object(self, test_run: TestRun) -> None:
159
159
"""
160
160
current_timestamp = self .config .opts ("system" , "time.start" )
161
161
self .config .add (config .Scope .applicationOverride , "builder" ,
162
- "cluster_config_instance .names" , test_run .cluster_config_instance )
162
+ "cluster_config .names" , test_run .cluster_config )
163
163
self .config .add (config .Scope .applicationOverride , "system" ,
164
164
"env.name" , test_run .environment_name )
165
165
self .config .add (config .Scope .applicationOverride , "system" , "time.start" , current_timestamp )
166
166
self .config .add (config .Scope .applicationOverride , "test_run" , "pipeline" , test_run .pipeline )
167
167
self .config .add (config .Scope .applicationOverride , "workload" , "params" , test_run .workload_params )
168
168
self .config .add (config .Scope .applicationOverride , "builder" ,
169
- "cluster_config_instance .params" , test_run .cluster_config_instance_params )
169
+ "cluster_config .params" , test_run .cluster_config )
170
170
self .config .add (config .Scope .applicationOverride , "builder" , "plugin.params" , test_run .plugin_params )
171
171
self .config .add (config .Scope .applicationOverride , "workload" , "latency.percentiles" , test_run .latency_percentiles )
172
172
self .config .add (config .Scope .applicationOverride , "workload" , "throughput.percentiles" , test_run .throughput_percentiles )
0 commit comments