Closed zaneb closed 1 day ago
@zaneb: This pull request references CORS-3753 which is a valid jira issue.
Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target either version "4.15." or "openshift-4.15.", but it targets "4.18.0" instead.
/label backport-risk-assessed /cc @patrickdillon
@zaneb: The following tests 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-azure-ovn-resourcegroup | cf4e1ae719b0407396937b141fe297d14021555f | link | false | /test e2e-azure-ovn-resourcegroup |
ci/prow/okd-scos-e2e-aws-upgrade | cf4e1ae719b0407396937b141fe297d14021555f | link | false | /test okd-scos-e2e-aws-upgrade |
ci/prow/okd-scos-e2e-aws-ovn | cf4e1ae719b0407396937b141fe297d14021555f | link | false | /test okd-scos-e2e-aws-ovn |
ci/prow/e2e-azurestack | cf4e1ae719b0407396937b141fe297d14021555f | link | false | /test e2e-azurestack |
ci/prow/e2e-vsphere-static-ovn | cf4e1ae719b0407396937b141fe297d14021555f | link | false | /test e2e-vsphere-static-ovn |
Full PR test history. Your PR dashboard.
/approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: sadasu
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/label cherry-pick-approved
/lgtm
As discussed, I will manually apply the valid-bug label. We are backporting this on the grounds that it affects internal APIs for unit tests only.
[ART PR BUILD NOTIFIER]
Distgit: ose-installer-altinfra This PR has been included in build ose-installer-altinfra-container-v4.15.0-202411250834.p0.gaa127ac.assembly.stream.el8. All builds following this will include this PR.
[ART PR BUILD NOTIFIER]
Distgit: ose-installer-terraform-providers This PR has been included in build ose-installer-terraform-providers-container-v4.15.0-202411250834.p0.gaa127ac.assembly.stream.el8. All builds following this will include this PR.
[ART PR BUILD NOTIFIER]
Distgit: ose-baremetal-installer This PR has been included in build ose-baremetal-installer-container-v4.15.0-202411250834.p0.gaa127ac.assembly.stream.el8. All builds following this will include this PR.
[ART PR BUILD NOTIFIER]
Distgit: ose-installer-artifacts This PR has been included in build ose-installer-artifacts-container-v4.15.0-202411250834.p0.gaa127ac.assembly.stream.el8. All builds following this will include this PR.
Currently the Azure client can only be mocked in unit tests of the
pkg/asset/installconfig/azure
package. Using the mockable interface consistently and adding a public interface to set it up will allow other packages to write unit tests for code involving the Azure client.This is a backport from #9220