Closed praveenkumar closed 5 months ago
/cherry-pick release-4.16
@praveenkumar: once the present PR merges, I will cherry-pick it on top of release-4.16 in a new PR and assign it to you.
@praveenkumar: The following test failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
ci/prow/e2e-microshift | 6619252b9704eb6b43a1b2c13e55d18eee742fd3 | link | true | /test e2e-microshift |
Full PR test history. Your PR dashboard.
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: adrianriobo Once this PR has been reviewed and has the lgtm label, please ask for approval from praveenkumar. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
@praveenkumar: new pull request created: #912
looks like the default oc tarball is built on RHEL9 instead RHEL8 and it cause following issue when running it on RHEL-8
This patch now explicit use the oc tarball which is built on RHEL8
Fixes: #910