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 8436702 commit fbcfc46Copy full SHA for fbcfc46
benchmark_runner/main/main.py
@@ -160,7 +160,7 @@ def upgrade_ocp_bare_metal(step: str):
160
oc = bare_metal_operations.oc_login()
161
if step == 'run_bare_metal_ocp_upgrade':
162
if not bare_metal_operations.is_ocp_already_upgraded(oc):
163
- bare_metal_operations.run_ocp_upgrade()
+ bare_metal_operations.run_ocp_upgrade(oc)
164
# The LSO/ODF upgrade must be run manually after the OCP upgrade for the channel version; it won't upgrade automatically.
165
bare_metal_operations.install_ocp_resources(resources=['lso'], upgrade_version=lso_version)
166
bare_metal_operations.install_ocp_resources(resources=['odf'], upgrade_version=odf_version)
0 commit comments