You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: conformance/reports/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,13 +27,14 @@ This folder stores conformance reports organized first by the version of the Gat
27
27
28
28
## Implementation Submissions
29
29
30
-
Each implementation conformant with a specific profile of a specific version of the Gateway API Inference Extension should have its own folder within the corresponding version and profile directory (e.g., `/conformance/reports/v0.3.0/Gateway/my-implementation/`).
30
+
Each implementation conformant with a specific profile of a specific version of the Gateway API Inference Extension should have its own folder within the corresponding version and profile directory (e.g., `/conformance/reports/v0.3.0/gateway/my-implementation/`).
31
31
32
32
The implementation is the owner of its folder and is responsible for:
33
33
34
34
1. Uploading one or more conformance reports (YAML files).
35
35
2. Maintaining a mandatory `README.md` file within their folder, structured as follows:
36
36
37
+
```
37
38
# My Inference Gateway Implementation (Gateway Profile Conformance)
38
39
39
40
General information about the My/Implementation project.
@@ -48,6 +49,7 @@ The implementation is the owner of its folder and is responsible for:
48
49
## Reproduce
49
50
50
51
Instructions on how to reproduce the claimed report(s).
52
+
```
51
53
52
54
### Table of Contents (within Implementation README)
53
55
@@ -89,7 +91,7 @@ To be accepted, submitted conformance reports must comply with the following rul
89
91
90
92
Conformance reports demonstrating a `success` result for a specific profile (e.g., `Gateway`) should be submitted via Pull Request directly to this repository (`kubernetes-sigs/gateway-api-inference-extension`).
91
93
92
-
1. Create a new folder structure under `/conformance/reports/<extension-version>/<profile-name>/` named after your implementation (e.g., `/conformance/reports/v0.3.0/Gateway/my-implementation/`).
94
+
1. Create a new folder structure under `/conformance/reports/<extension-version>/<profile-name>/` named after your implementation (e.g., `/conformance/reports/v0.3.0/gateway/my-implementation/`).
93
95
2. Add your implementation's `README.md` to this folder, following the structure described above.
94
96
3. Add your generated conformance report YAML file(s) to this folder, ensuring they follow the naming convention `<Implementation Version>-<Mode>-<Profile>-report.yaml`.
0 commit comments