Skip to content

Commit

Permalink
mce check removed
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Osypenko <[email protected]>
  • Loading branch information
DanielOsypenko committed Apr 10, 2024
1 parent 06c256d commit 3d4d57d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions ocs_ci/deployment/hosted_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,7 @@ def do_deploy(self):
get_semantic_version(get_latest_release_version(), only_major_minor=True)
)

# this block should be adjusted with version 4.17 and later;
# an MCE upstream release dates are not known
# update and rename variable 'mce_version_supports_ocp_4_16'
mce_version_supports_ocp_4_16 = "2.6"
if (
get_semantic_version(self.get_mce_version())
< get_semantic_version(mce_version_supports_ocp_4_16)
and provider_ocp_version > latest_released_ocp_version
):
if provider_ocp_version > latest_released_ocp_version:
try:
self.disable_multicluster_engine()
self.install_hypershift_upstream_on_cluster()
Expand Down

0 comments on commit 3d4d57d

Please sign in to comment.