Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ implementation:
organization: nginx
project: nginx-gateway-fabric
url: https://github.com/nginx/nginx-gateway-fabric
version: 2.2.0
version: v2.2.0
kind: ConformanceReport
mode: default
profiles:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Nginx NGINX Gateway Fabric

## Table of Contents

| Extension Version Tested | Profile Tested | Implementation Version | Mode | Report |
|--------------------------|----------------|------------------------|---------|----------------------------------------------------------------------------|
| v1.1.0 | Gateway | v2.3.0 | default | [v2.3.0 report](./inference-v2.3.0-report.yaml)

## Reproduce

To reproduce results, clone the NGF repository:

```shell
git clone https://github.com/nginx/nginx-gateway-fabric.git && cd nginx-gateway-fabric/tests
```

Follow the steps in the [NGINX Gateway Fabric Testing](https://github.com/nginx/nginx-gateway-fabric/blob/main/tests/README.md#conformance-testing) document to run the conformance tests. If you are running tests on the `edge` version, then you don't need to build any images. Otherwise, you'll need to check out the specific release tag that you want to test, and then build and load the images onto your cluster, per the steps in the README.

Note: Enable this flag to install all CRDs and required resources:

```shell
export ENABLE_INFERENCE_EXTENSION=true
```

After running, see the conformance report:

```shell
cat conformance-profile-inference.yaml
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
apiVersion: gateway.networking.k8s.io/v1
date: "2025-12-18T16:59:22Z"
gatewayAPIChannel: experimental
gatewayAPIVersion: v1.4.1
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just noticed that the GAIE version isn't generated in this report. Does it need to exist? Manually added?

implementation:
contact:
- https://github.com/nginx/nginx-gateway-fabric/discussions/new/choose
organization: nginx
project: nginx-gateway-fabric
url: https://github.com/nginx/nginx-gateway-fabric
version: v2.3.0
kind: ConformanceReport
mode: default
profiles:
- core:
result: success
statistics:
Failed: 0
Passed: 10
Skipped: 0
name: Gateway
summary: Core tests succeeded.