Add KMM DRA e2e test to CI config#81479
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughA new Changese2e-dra CI Job Addition
Estimated code review effort: 1 (Trivial) | ~5 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
991b0c9 to
bbe352b
Compare
|
/retest |
bbe352b to
7a98877
Compare
Add an e2e-dra test that validates the full DRA lifecycle on an OCP 4.21 cluster (Kubernetes 1.34+ required for DRA).
7a98877 to
91d2da0
Compare
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/hold |
|
/pj-rehearse auto-ack |
|
@ybettan: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: TomerNewman, ybettan 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 |
|
/retest |
|
/pj-rehearse auto-ack |
|
@TomerNewman: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse auto-ack |
|
@TomerNewman: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse auto-ack |
|
@TomerNewman: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/unhold |
|
@TomerNewman: all tests passed! 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. |
Add an e2e-dra test that validates the full DRA lifecycle on an OCP 4.21 cluster (Kubernetes 1.34+ required for DRA).
/cc @ybettan @yevgeny-shnaidman
/assign @yevgeny-shnaidman @ybettan
Summary by CodeRabbit
This update extends the OpenShift CI Prow configuration for the
rh-ecosystem-edge/kernel-module-managementcomponent by adding a newe2e-draend-to-end test job to validate the KMM DRA lifecycle on an AWS-backed OCP 4.21 cluster claim.In practical terms, the new
e2e-drajob:generic-claimfor OCPversion: "4.21"onamd64openshift-kmmnamespaceopenshift-kmmoperator viaoperator-sdk run bundlefor the configured$OO_BUNDLE(including bundle dependency wiring from theoperator-sdkimage)deployment/kmm-operator-controllerto reachAvailable./ci/prow/e2e-dra) from thesrcimageThe existing
e2eande2e-hubjob configurations are left unchanged, with the newe2e-drajob inserted beforee2e-hub.Additionally, a review comment requested
/retest.