generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 182
Adds envoy-ai-gateway v1.0.1 conformance report #1703
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
Open
Xunzhuo
wants to merge
1
commit into
kubernetes-sigs:main
Choose a base branch
from
Xunzhuo:aigw-report-v101
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
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
33 changes: 33 additions & 0 deletions
33
conformance/reports/v1.0.1/gateway/envoy-ai-gateway/README.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Envoy AI Gateway | ||
|
||
## Table of Contents | ||
|
||
| Extension Version Tested | Profile Tested | Implementation Version | Mode | Report | | ||
|--------------------------|----------------|------------------------|---------|-----------------------------------------------------------------------| | ||
| v1.0.1 | Gateway | [latest](https://github.com/envoyproxy/ai-gateway) | default | [Conformance report](./aigw-latest-report.yaml) | | ||
| ... | ... | ... | ... | ... | | ||
|
||
## Reproduce | ||
|
||
This is a mirror of the envoy ai gateway [conformance e2e test](https://github.com/envoyproxy/ai-gateway/blob/main/.github/workflows/build_and_test.yaml), which includes the conformance tests for the Gateway API and Inference Extension. | ||
|
||
### Prerequisites | ||
|
||
In order to run the conformance tests, the following prerequisites must be met: | ||
|
||
- The [kubectl](https://kubernetes.io/docs/tasks/tools/) command-line tool installed and configured for the active cluster context. | ||
- The [helm](https://github.com/helm/helm),[kind](https://kind.sigs.k8s.io), [git](https://git-scm.com/downloads), and [make](https://www.gnu.org/software/make/) command-line tools installed. | ||
|
||
### Steps | ||
|
||
1. Clone the envoy-ai-gateway repository and checkout the release: | ||
|
||
```sh | ||
git clone https://github.com/envoyproxy/ai-gateway.git && cd ai-gateway | ||
``` | ||
|
||
2. Running the Gateway API Inference Extension conformance tests: | ||
|
||
```sh | ||
make test-e2e-inference-extension TEST_KEEP_CLUSTER=true | ||
``` |
23 changes: 23 additions & 0 deletions
23
conformance/reports/v1.0.1/gateway/envoy-ai-gateway/aigw-latest-report.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
GatewayAPIInferenceExtensionVersion: v1.0.1 | ||
apiVersion: gateway.networking.k8s.io/v1 | ||
date: "2025-10-11T00:33:01Z" | ||
gatewayAPIChannel: experimental | ||
gatewayAPIVersion: v1.3.0 | ||
implementation: | ||
contact: | ||
- '@envoy-ai-gateway/maintainers' | ||
organization: EnvoyProxy | ||
project: Envoy AI Gateway | ||
url: https://github.com/envoyproxy/ai-gateway | ||
version: latest | ||
kind: ConformanceReport | ||
mode: default | ||
profiles: | ||
- core: | ||
result: success | ||
statistics: | ||
Failed: 0 | ||
Passed: 9 | ||
Skipped: 0 | ||
name: Gateway | ||
summary: Core tests succeeded. |
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.
This is great. can you only update the version here instead of latest?
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.
latest is the current main, since we didnt have a major release for this, will be updated after we had a release
Uh oh!
There was an error while loading. Please reload this page.
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.
mmmm. I think it might become a bit tricky.
we had the same thing in previous release v0.5.1 with this report:
https://github.com/kubernetes-sigs/gateway-api-inference-extension/tree/main/conformance/reports/v0.5.1/gateway/envoy-ai-gateway
usually if there is no issue tracker or opened PR nothing triggers this update (as we can see in v0.5.1).
can you at least update to the release branch if there is such?
kGateway for example updated using their latest release branch (release wasn't cut yet), but at least we know which release is correlated to this version. see example here:
https://github.com/kubernetes-sigs/gateway-api-inference-extension/tree/main/conformance/reports/v1.0.0/gateway/kgateway
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.
let me see if we can have a minor release for this