Skip to content

Commit fbcfc46

Browse files
authored
Add missing oc argument (#921)
1 parent 8436702 commit fbcfc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark_runner/main/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def upgrade_ocp_bare_metal(step: str):
160160
oc = bare_metal_operations.oc_login()
161161
if step == 'run_bare_metal_ocp_upgrade':
162162
if not bare_metal_operations.is_ocp_already_upgraded(oc):
163-
bare_metal_operations.run_ocp_upgrade()
163+
bare_metal_operations.run_ocp_upgrade(oc)
164164
# The LSO/ODF upgrade must be run manually after the OCP upgrade for the channel version; it won't upgrade automatically.
165165
bare_metal_operations.install_ocp_resources(resources=['lso'], upgrade_version=lso_version)
166166
bare_metal_operations.install_ocp_resources(resources=['odf'], upgrade_version=odf_version)

0 commit comments

Comments
 (0)