Closed ardaguclu closed 6 months ago
@ardaguclu: This pull request explicitly references no jira issue.
This PR depends on https://github.com/openshift/release/pull/51449/
While I don't like doing this; this is temporary (to work around SSL compatibility issue with FIPS across OCP versions).
/lgtm
/hold until dependant merges
@ardaguclu: all tests passed!
Full PR test history. Your PR dashboard.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: ardaguclu, joepvd, sferich888
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/hold cancel
[ART PR BUILD NOTIFIER]
This PR has been included in build ose-must-gather-container-v4.17.0-202404301246.p0.g68204b5.assembly.stream.el8 for distgit ose-must-gather. All builds following this will include this PR.
must-gather includes oc invocations to gather some data and must-gather gets this oc from cli image. However, when we try to bump cli image to RHEL9, since must-gather is still on RHEL8, all oc invocations failed. This PR changes to use cli-artifacts image instead of cli. Thanks to that change, must-gather can explicitly uses oc.rhel8 and that decouples the cli and must-gather images for the future similar migrations.
example failures;