Skip to content

Commit 631bfc8

Browse files
committed
refine report parameters.
1 parent 6e024d5 commit 631bfc8

File tree

2 files changed

+24
-23
lines changed

2 files changed

+24
-23
lines changed

conformance/reports/gke-gateway/README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,15 @@ kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extens
2424
3. run the following command from within the [Gateway API inference extension repo](https://github.com/kubernetes-sigs/gateway-api-inference-extension)
2525

2626
```
27-
go test -timeout 30m ./conformance -v -args \
28-
-gateway-class=gke-l7-regional-external-managed \
29-
-organization=GKE \
30-
-project=gke-gateway \
31-
-url=https://github.com/kubernetes-sigs/gateway-api-inference-extension \
32-
-version=1.32.3-gke.1211000 \
33-
34-
-report-output="/path/to/report"
27+
go test -timeout 30m ./conformance -v -args -debug \
28+
--gateway-class=gke-l7-regional-external-managed \
29+
--conformance-profiles=GATEWAY-HTTP \
30+
--organization=GKE \
31+
--project=gke-gateway \
32+
--url=https://cloud.google.com/kubernetes-engine/docs/concepts/gateway-api \
33+
--version=TBD \
34+
35+
--report-output="/path/to/report"
3536
```
3637

3738
or run a single conformance test case
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
apiVersion: gateway.networking.k8s.io/v1
2-
date: "2025-07-04T06:18:55Z"
2+
date: "2025-07-07T18:22:28Z"
33
gatewayAPIChannel: standard
4-
gatewayAPIVersion: 1.32.3-gke.1211000
4+
gatewayAPIVersion: v1.2.1
55
implementation:
6-
contact:
7-
8-
organization: GKE
9-
project: gke-gateway
10-
url: https://github.com/kubernetes-sigs/gateway-api-inference-extension
11-
version: v0.4
6+
contact:
7+
8+
organization: GKE
9+
project: gke-gateway
10+
url: https://cloud.google.com/kubernetes-engine/docs/concepts/gateway-api
11+
version: TBD
1212
kind: ConformanceReport
1313
mode: default
1414
profiles:
1515
- core:
16-
result: success
17-
statistics:
18-
Failed: 0
19-
Passed: 9
20-
Skipped: 0
21-
name: Gateway
22-
summary: Core tests succeeded.
16+
result: success
17+
statistics:
18+
Failed: 0
19+
Passed: 1
20+
Skipped: 0
21+
name: Gateway
22+
summary: Core tests succeeded.

0 commit comments

Comments
 (0)