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