-
Notifications
You must be signed in to change notification settings - Fork 387
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
Add make targets for running Gateway API conformance #195
Conversation
a0b7ae4
to
2fb4b32
Compare
Codecov Report
@@ Coverage Diff @@
## main #195 +/- ##
=======================================
Coverage 59.80% 59.80%
=======================================
Files 24 24
Lines 2065 2065
=======================================
Hits 1235 1235
Misses 758 758
Partials 72 72 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
On /hold until #197 is merged. |
thanks for proactively raising this @skriss |
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>
2fb4b32
to
9c45df4
Compare
This is ready for another review. Note that this PR only supports running conformance manually, against an already-built image. Will need another PR to add to CI and run against the image built for each PR. |
Signed-off-by: Steve Kriss <krisss@vmware.com>
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.
LGTM, thanks !
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