Skip to content

Commit

Permalink
Verify Google drive enable (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebattat authored Sep 27, 2024
1 parent cd1004b commit a122422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark_runner/workloads/bootstorm_vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a122422

Please sign in to comment.