Closed zaneb closed 1 week 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 the "4.18.0" version, but no target version was set.
/jira refresh
@zaneb: This pull request references CORS-3753 which is a valid jira issue.
/approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: patrickdillon
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/cc @rna-afk
/lgtm
/retest-required
Remaining retests: 0 against base HEAD a892cbd47c53db141381d2cb8172f34a2dc63c30 and 2 for PR HEAD 28fd9a7de37baba6884ccd766b2db80166db086d in total
@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/okd-scos-e2e-aws-ovn | 28fd9a7de37baba6884ccd766b2db80166db086d | link | false | /test okd-scos-e2e-aws-ovn |
ci/prow/e2e-azurestack | 28fd9a7de37baba6884ccd766b2db80166db086d | link | false | /test e2e-azurestack |
Full PR test history. Your PR dashboard.
/retest-required
Remaining retests: 0 against base HEAD aa707636402238f899f450caf8d2b5a3a8fe518e and 2 for PR HEAD 28fd9a7de37baba6884ccd766b2db80166db086d in total
[ART PR BUILD NOTIFIER]
Distgit: ose-installer-altinfra This PR has been included in build ose-installer-altinfra-container-v4.19.0-202411191537.p0.ga04f578.assembly.stream.el9. 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.19.0-202411191537.p0.ga04f578.assembly.stream.el9. 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.19.0-202411191537.p0.ga04f578.assembly.stream.el9. 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.19.0-202411191537.p0.ga04f578.assembly.stream.el9. 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.