Add make targets for running Gateway API conformance#195
Merged
arkodg merged 2 commits intoenvoyproxy:mainfrom Aug 24, 2022
Merged
Add make targets for running Gateway API conformance#195arkodg merged 2 commits intoenvoyproxy:mainfrom
arkodg merged 2 commits intoenvoyproxy:mainfrom
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. |
LukeShu
reviewed
Aug 18, 2022
Contributor
|
On /hold until #197 is merged. |
Contributor
|
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
Contributor
Author
|
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. |
arkodg
reviewed
Aug 24, 2022
arkodg
reviewed
Aug 24, 2022
arkodg
reviewed
Aug 24, 2022
Signed-off-by: Steve Kriss <krisss@vmware.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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