benchmark-runner 1.0.797__py3-none-any.whl → 1.0.798__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of benchmark-runner might be problematic. Click here for more details.
- benchmark_runner/workloads/workloads_operations.py +1 -1
- {benchmark_runner-1.0.797.dist-info → benchmark_runner-1.0.798.dist-info}/METADATA +1 -1
- {benchmark_runner-1.0.797.dist-info → benchmark_runner-1.0.798.dist-info}/RECORD +6 -6
- {benchmark_runner-1.0.797.dist-info → benchmark_runner-1.0.798.dist-info}/WHEEL +0 -0
- {benchmark_runner-1.0.797.dist-info → benchmark_runner-1.0.798.dist-info}/licenses/LICENSE +0 -0
- {benchmark_runner-1.0.797.dist-info → benchmark_runner-1.0.798.dist-info}/top_level.txt +0 -0
|
@@ -468,7 +468,7 @@ class WorkloadsOperations:
|
|
|
468
468
|
if ocp_resource_install_minutes_time != 0:
|
|
469
469
|
bm_operations = BareMetalOperations(user=self._environment_variables_dict.get('provision_user', ''))
|
|
470
470
|
ocp_install_minutes_time = bm_operations.get_ocp_install_time()
|
|
471
|
-
metadata.update({'status': status, 'status#': status_dict[status], 'ci_minutes_time': ci_minutes_time, 'benchmark_runner_id': benchmark_runner_id, 'benchmark_operator_id': benchmark_operator_id, 'benchmark_wrapper_id': benchmark_wrapper_id, 'ocp_install_minutes_time': ocp_install_minutes_time, 'ocp_resource_install_minutes_time': ocp_resource_install_minutes_time, 'upgrade_masters_duration_seconds': int(self._upgrade_masters_duration_seconds), 'upgrade_workers_duration_seconds': int(self._upgrade_workers_duration_seconds)})
|
|
471
|
+
metadata.update({'status': status, 'status#': status_dict[status], 'ci_minutes_time': ci_minutes_time, 'benchmark_runner_id': benchmark_runner_id, 'benchmark_operator_id': benchmark_operator_id, 'benchmark_wrapper_id': benchmark_wrapper_id, 'ocp_install_minutes_time': ocp_install_minutes_time, 'ocp_resource_install_minutes_time': ocp_resource_install_minutes_time, 'upgrade_masters_duration_seconds': int(float(self._upgrade_masters_duration_seconds)), 'upgrade_workers_duration_seconds': int(float(self._upgrade_workers_duration_seconds))})
|
|
472
472
|
self._es_operations.upload_to_elasticsearch(index=es_index, data=metadata)
|
|
473
473
|
|
|
474
474
|
@logger_time_stamp
|
|
@@ -172,9 +172,9 @@ benchmark_runner/workloads/vdbench_vm.py,sha256=4rRbE-jAbmNrhP-k8F_OREkJ59VfQ7wL
|
|
|
172
172
|
benchmark_runner/workloads/windows_vm.py,sha256=qFVD3qBFMnVpYXnrpam-7H5-0Yzvx6qtaEEZx4T-ex4,2415
|
|
173
173
|
benchmark_runner/workloads/workloads.py,sha256=F9fnk4h715tq7ANSCbDH0jktB8fpr_u3YG61Kdi5_os,1422
|
|
174
174
|
benchmark_runner/workloads/workloads_exceptions.py,sha256=u7VII95iPRF_YhfpGH1U1RmgiIYESMOtbSF1dz7_ToE,1858
|
|
175
|
-
benchmark_runner/workloads/workloads_operations.py,sha256=
|
|
176
|
-
benchmark_runner-1.0.
|
|
177
|
-
benchmark_runner-1.0.
|
|
178
|
-
benchmark_runner-1.0.
|
|
179
|
-
benchmark_runner-1.0.
|
|
180
|
-
benchmark_runner-1.0.
|
|
175
|
+
benchmark_runner/workloads/workloads_operations.py,sha256=4bFh7Hd2nVa48rONH7LMiwkNR8AS86IZikY29XI7r6o,25783
|
|
176
|
+
benchmark_runner-1.0.798.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
177
|
+
benchmark_runner-1.0.798.dist-info/METADATA,sha256=g7uYfYrJGiv6HHS4t4bYuGRXKZjlZmZxgDZ-8Ncd2No,11520
|
|
178
|
+
benchmark_runner-1.0.798.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
|
|
179
|
+
benchmark_runner-1.0.798.dist-info/top_level.txt,sha256=MP7UbTCzu59D53uKCZl5VsQeM_vheyMc7FmryczJQbk,17
|
|
180
|
+
benchmark_runner-1.0.798.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|