Skip to content

Commit

Permalink
Merge pull request #11266 from openshift-cherrypick-robot/cherry-pick…
Browse files Browse the repository at this point in the history
…-11263-to-release-4.14

[release-4.14] Fix IBM Cloud upgrade
  • Loading branch information
petr-balogh authored Feb 7, 2025
2 parents d598a0f + 5e460d9 commit 3a27949
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ocs_ci/ocs/ocs_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -678,9 +678,7 @@ def run_ocs_upgrade(
wait_for_install_plan_and_approve(
config.ENV_DATA["cluster_namespace"]
)
if (
config.ENV_DATA["platform"] == constants.IBMCLOUD_PLATFORM
) and not (upgrade_in_current_source):
if managed_ibmcloud_platform and not upgrade_in_current_source:
for attempt in range(2):
# We need to do it twice, because some of the SA are updated
# after the first load of OCS pod after upgrade. So we need to
Expand Down

0 comments on commit 3a27949

Please sign in to comment.