NO-JIRA: Enable Gateway API vsphere with metallb on 4.21#80153
Conversation
|
@rikatz: This pull request references Jira Issue OCPBUGS-85149, which is invalid:
Comment 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. |
|
@rikatz: This pull request explicitly references no jira issue. 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. |
|
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 ignored due to path filters (1)
📒 Files selected for processing (1)
WalkthroughA single e2e test step for Gateway API is added to the cluster ingress operator release-4.21 CI configuration. The new test runs the ChangesCI Test Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse pull-ci-openshift-cluster-ingress-operator-release-4.21-e2e-vsphere-static-metallb-operator-gwapi |
|
@rikatz: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@rikatz: 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. |
|
/assign |
|
Pretty straightforward PR to add a new vsphere pre-submit job for 4.21. Note that it is always off, so I doubt it will run much, if at all. I suppose we should try to trigger it when we can remember on some 4.21 backport PRs. /approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gcs278, rikatz 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 |
Enable Gateway API test on vsphere with 4.21 during presubmit for this branch
Summary by CodeRabbit
This PR adds a new optional e2e test to the OpenShift cluster-ingress-operator CI configuration for the 4.21 release. Specifically, it enables the Gateway API test on vSphere infrastructure with MetalLB load balancing.
The change adds a new test step (
e2e-vsphere-static-metallb-operator-gwapi) to the presubmit CI pipeline that:make TEST=TestGatewayAPI test-e2e) on the vSphere elastic cluster profileingress-vsphere-static-metallb)This expands test coverage for the cluster ingress operator by validating Gateway API functionality on vSphere with MetalLB, complementing existing tests on AWS, GCP, and other platforms.