We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db11acc commit 3b250abCopy full SHA for 3b250ab
benchmark_runner/main/environment_variables.py
@@ -89,7 +89,7 @@ def __init__(self):
89
# Verification only, without running or deleting any resources, default False
90
self._environment_variables_dict['verification_only'] = EnvironmentVariables.get_boolean_from_environment('VERIFICATION_ONLY', False)
91
# Verification while upgrade, e.g. 4.15.23
92
- self._environment_variables_dict['wait_for_upgrade_version'] = EnvironmentVariables.get_boolean_from_environment('WAIT_FOR_UPGRADE_VERSION', '')
+ self._environment_variables_dict['wait_for_upgrade_version'] = EnvironmentVariables.get_env('WAIT_FOR_UPGRADE_VERSION', '')
93
94
# default parameter - change only if needed
95
# Parameters below related to 'run_workload()'
0 commit comments