-
Notifications
You must be signed in to change notification settings - Fork 392
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
Run Gateway API conformance in CI #157
Comments
I've got much of this ready, but blocked for now until we have a functioning binary & YAML manifest. |
skriss
added a commit
to skriss/gateway
that referenced
this issue
Aug 24, 2022
Supports running Gateway API conformance in a kind cluster against the envoyproxy/gateway-dev:latest image. Updates envoyproxy#157. Signed-off-by: Steve Kriss <krisss@vmware.com>
arkodg
pushed a commit
that referenced
this issue
Aug 24, 2022
* Add make targets for running Gateway API conformance Supports running Gateway API conformance in a kind cluster against the envoyproxy/gateway-dev:latest image. Updates #157. Signed-off-by: Steve Kriss <krisss@vmware.com> * review comments Signed-off-by: Steve Kriss <krisss@vmware.com> Signed-off-by: Steve Kriss <krisss@vmware.com>
Still to do:
|
fixed with #425 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gateway API conformance tests should run as part of CI, to serve as our end-to-end testing. We should run the set of tests that are included in the Gateway API release that we're using (currently v0.5.0). Initially we'll want these to be non-blocking as we work towards a conformant implementation, but eventually they should be merge-blocking.
xref. #65
The text was updated successfully, but these errors were encountered: