baremetalds: don't download oc tools outside of dev-scripts#14012
baremetalds: don't download oc tools outside of dev-scripts#14012openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
We can rely on dev-scripts to download the tools for us now, so there's no need to hardcode this URL. The URL we're using here was also removed from the mirror, so it's causing metal ipi jobs to fail.
|
Skipping CI for Draft Pull Request. |
|
Looks like the changes from my dev-scripts PR haven't propagated to the dev-scripts container image yet. |
|
@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 |
|
[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 |
|
@stbenjam: Updated the following 2 configmaps:
DetailsIn response to this:
Instructions 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. |
We can rely on dev-scripts to download the tools for us now as it uses a static URL: openshift-metal3/dev-scripts#1164, so there's no need to hardcode this URL. The URL we're using here was also removed from the mirror, so it's causing metal ipi jobs to fail.