[release-4.21] OCPBUGS-74418: Add KMS test scenarios#656
[release-4.21] OCPBUGS-74418: Add KMS test scenarios#656openshift-merge-bot[bot] merged 2 commits intoopenshift:release-4.21from
Conversation
|
@gangwgr: This pull request references Jira Issue OCPBUGS-74418, which is valid. 7 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
@openshift-ci-robot: GitHub didn't allow me to request PR reviews from the following users: gangwgr. Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs. 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-sigs/prow repository. |
|
@gangwgr this needs to be fixed; |
go.mod
Outdated
| replace github.com/onsi/ginkgo/v2 => github.com/openshift/onsi-ginkgo/v2 v2.6.1-0.20241205171354-8006f302fd12 | ||
|
|
||
| // PR 2131: OCPBUGS-74418 add KMS test helpers (release-4.21) | ||
| replace github.com/openshift/library-go => github.com/gangwgr/library-go v0.0.0-20260224124749-0f54cba03ba6 |
There was a problem hiding this comment.
this needs to be updated
/hold
|
/approve We don't need an SBAR for the TP backport. |
|
/label backport-risk-assessed |
9c01863 to
929b560
Compare
go.mod
Outdated
| github.com/openshift/build-machinery-go v0.0.0-20250530140348-dc5b2804eeee | ||
| github.com/openshift/client-go v0.0.0-20250710075018-396b36f983ee | ||
| github.com/openshift/library-go v0.0.0-20250828105733-480b7a0ebfd5 | ||
| github.com/openshift/library-go v0.0.0-20260225055023-b41850fe248b |
There was a problem hiding this comment.
shouldn't this be pinned to 9c30edf843c678f0e6c9fa53fb58c38832bc7d02 ? (xref: https://github.com/openshift/library-go/commits/release-4.21/)
There was a problem hiding this comment.
I don't know why but b41850fe248b doesn't bring all deps - this seems wrong, we should pin to 9c30edf843c678f0e6c9fa53fb58c38832bc7d02
|
The business requires this change. There is also broader consensus for the changes in this PR (xref: https://redhat-internal.slack.com/archives/C0A0DMK3N7K/p1772637051821339). /lgtm |
|
/hold cancel |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gangwgr, p0lyn0mial 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 |
|
/test e2e-aws-ovn |
|
/verified by @gangwgr |
|
@gangwgr: This PR has been marked as verified by 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 openshift-eng/jira-lifecycle-plugin repository. |
|
@gangwgr: The following test 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-sigs/prow repository. I understand the commands that are listed here. |
80e95c2
into
openshift:release-4.21
|
@gangwgr: Jira Issue OCPBUGS-74418: All pull requests linked via external trackers have merged:
Jira Issue OCPBUGS-74418 has been moved to the MODIFIED state. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
Fix included in accepted release 4.21.0-0.nightly-2026-03-11-185944 |
[release-4.21] OCPBUGS-74418: Add KMS test scenarios