From a1224226825dff43b08f93923ae0d9e2c1ab4a65 Mon Sep 17 00:00:00 2001 From: Elib <73884315+ebattat@users.noreply.github.com> Date: Fri, 27 Sep 2024 23:23:51 +0300 Subject: [PATCH] Verify Google drive enable (#906) --- benchmark_runner/workloads/bootstorm_vm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark_runner/workloads/bootstorm_vm.py b/benchmark_runner/workloads/bootstorm_vm.py index 5646ecb9..55e9122a 100644 --- a/benchmark_runner/workloads/bootstorm_vm.py +++ b/benchmark_runner/workloads/bootstorm_vm.py @@ -119,7 +119,7 @@ def _finalize_vm(self): self._data_dict.update({'total_run_time': total_run_time}) self._data_dict.update(prometheus_result) # Google drive run_artifacts_url folder path - if self.get_run_artifacts_google_drive(): + if self._google_drive_path and self.get_run_artifacts_google_drive(): self._data_dict.update({'run_artifacts_url': self.get_run_artifacts_google_drive()}) if self._es_host: # upload several run results