-
Notifications
You must be signed in to change notification settings - Fork 4.8k
[release-4.20] OCPBUGS-85155, OCPBUGS-87207: Enable Gateway API tests on vSphere and baremetal #31262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
openshift-merge-bot
merged 30 commits into
openshift:release-4.20
from
gcs278:backport-gateway-tests-4.20
Jun 10, 2026
Merged
[release-4.20] OCPBUGS-85155, OCPBUGS-87207: Enable Gateway API tests on vSphere and baremetal #31262
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
6a8f2f9
adding one GIE test
rhamini3 95cced8
updating GIE test with env variable polling for ci flakes
rhamini3 0e5d127
address team comments
rhamini3 ea55b07
gatewayapicontroller: Add checks for empty slices
Miciah 8e06339
gatewayapicontroller: Clean up resources when done
Miciah 27910b1
gatewayapicontroller: Always log errors
Miciah 683a6e8
gatewayapicontroller: Retry if get sub fails
Miciah a9d1cc1
gatewayapicontroller: Increase some timeouts
Miciah afbc534
gatewayapicontroller: Add ingressNamespace const
Miciah ddcc9b7
gatewayapicontroller: Istio CR is cluster-scoped
Miciah 67230b8
gatewayapicontroller: Add istioName const
Miciah 08fee92
gatewayapicontroller: Delete the Istio CR
Miciah 0ef4b50
gatewayapicontroller: Don't use BeforeAll/AfterAll
Miciah 328bc03
priority class: Add an exception for Istio
Miciah d85e174
cpu_partitioning: Add an exception for Istio pods
Miciah 231e82e
gatewayapicontroller: Use dynamic client for OLM
Miciah 5be0e3b
gatewayapicontroller: Log when deleting objects
Miciah 5ea79f0
gatewayapicontroller: Delete Operator CR
Miciah e717515
negative tests of gatewayapicontroller
ShudiLi e885b6b
removed OSSM subscription test
ShudiLi 8d67f63
Skip OLM tests when GatewayAPIWithoutOLM enabled
rhamini3 8ffe040
updated the custom gatewayclass test to wait
rhamini3 070c0d2
Origin tests implementation for GatewayAPIWithoutOLM featuregate
rhamini3 715ac0b
Update the tests to check for the managed-by labels
rhamini3 2e25b6e
remove client.go dependency
rhamini3 04b1cf8
NE-2422: Skip Gateway API tests on dual-stack clusters
alebedev87 e55e468
NE-2520: Enable Gateway API tests on vSphere and baremetal
gcs278 dfb517a
Fix Gateway API tests failing immediately on resource NotFound
gcs278 a02fd86
Skip Gateway API tests on IPv6/dual-stack clusters
gcs278 a76f868
Revert go.mod/go.sum to release-4.20 originals and regenerate
gcs278 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a note that these exceptions are getting pulled back as part of the updates for these tests - the main branch still contains this exception because we don't have the configuration exposed to set the required annotations on our gateways (in this case
target.workload.openshift.io/managementI believe).Anyways, I left them here to keep the backport simple and align to the main branch.