Skip to content

Commit

Permalink
Merge pull request #9796 from vavuthu/remove_hc_fips_installer
Browse files Browse the repository at this point in the history
remove ocp version for FIPS
  • Loading branch information
petr-balogh authored May 13, 2024
2 parents 514d8fb + 30fedc3 commit 0d1697f
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 0d1697f

Please sign in to comment.