Skip to content

Commit

Permalink
remove ocp version for FIPS
Browse files Browse the repository at this point in the history
Signed-off-by: vavuthu <vavuthu@redhat.com>
  • Loading branch information
vavuthu committed May 13, 2024
1 parent 514d8fb commit 30fedc3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions ocs_ci/utility/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -840,15 +840,7 @@ def get_openshift_installer(
log.debug(f"Installer exists ({installer_binary_path}), skipping download.")
# TODO: check installer version
else:
if (
config.ENV_DATA.get("fips")
and version_module.get_semantic_ocp_version_from_config()
>= version_module.VERSION_4_16
):
# WA issue https://github.com/red-hat-storage/ocs-ci/issues/9755
version = "4.16.0-0.nightly-2024-04-26-145258"
else:
version = expose_ocp_version(version)
version = expose_ocp_version(version)
log.info(f"Downloading openshift installer ({version}).")
prepare_bin_dir()
# record current working directory and switch to BIN_DIR
Expand Down

0 comments on commit 30fedc3

Please sign in to comment.