Fetch oc tools from different URL#1164
Fetch oc tools from different URL#1164openshift-merge-robot merged 1 commit intoopenshift-metal3:masterfrom
Conversation
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hardys 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 |
The current URL we are using for `oc` was removed, so we need to get the tools from another location. This also removes the dependency on calculating the version based on the pullspec, meaning this code works for CI builds too. We only use these tools to bootstrap getting the ones from the release payload, so the actual version isn't super important as we just overwrite it anyway a little bit later on.
|
Tested locally: CI will fail this, as we need this PR and the release repo one. Overriding CI (discussed on Slack) /override ci/prow/e2e-metal-ipi |
|
@stbenjam: Overrode contexts on behalf of stbenjam: ci/prow/e2e-metal-ipi, ci/prow/e2e-metal-ipi-ovn-ipv6 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. |
|
/refresh |
The current URL we are using for
ocwas removed, so we need to get thetools from another location. This also removes the dependency on
calculating the version based on the pullspec, meaning this code works
for CI builds too.
We only use these tools to bootstrap getting the ones from the release
payload, so the actual version isn't super important as we just
overwrite it anyway a little bit later on.