baremetalds: update url for oc util#13999
Conversation
For whatever reason, after this URL has been working for ages, https://mirror.openshift.com/pub/openshift-v4/clients/oc/4.4/linux/oc.tar.gz just no longer exists. A lot of jobs in this repo rely on it. For baremetal, we rely on it to bootstrap extracting the client from the release payload. This PR updates the URL to grab the latest stable release from mirror.openshift.com. I don't know if it's temporary or not, but it happened sometime near the end of business today. It's blocking a ton of work.
|
@stbenjam: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/test pj-rehearse |
|
/lgtm |
|
/hold Waiting for e2e-metal-ipi |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andfasano, stbenjam The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Probably superseded by #14012 and openshift-metal3/dev-scripts#1164 |
For whatever reason, after this URL has been working for ages,
https://mirror.openshift.com/pub/openshift-v4/clients/oc/4.4/linux/oc.tar.gz
just no longer exists.
A lot of jobs in this repo rely on it. For baremetal, we rely on it to
bootstrap extracting the client from the release payload. This PR
updates the URL to grab the latest stable release from
mirror.openshift.com. I don't know if it's temporary or not, but it
happened sometime near the end of business today.
It's blocking a ton of work.