Skip to content

Commit 003fcd3

Browse files
committed
conformance: Add Cilium report for v1.3.0
The report is generated by Cilium GHA CI https://github.com/cilium/cilium/actions/runs/15111523465 Signed-off-by: Tam Mach <sayboras@yahoo.com>
1 parent b7d2c57 commit 003fcd3

File tree

2 files changed

+152
-0
lines changed

2 files changed

+152
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Cilium
2+
3+
## Table of Contents
4+
5+
| API channel | Implementation version | Mode | Report |
6+
|--------------|-------------------------------------------|---------|--------------------------------------------------------|
7+
| experimental | [main](https://github.com/cilium/cilium/) | default | [main report](./experimental-main-default-report.yaml) |
8+
9+
## Reproduce
10+
11+
Cilium conformance tests can be reproduced by follow the steps in CI `.github/workflows/conformance-gateway-api.yaml`
12+
from within the [Cilium repo](https://github.com/cilium/cilium).
Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,140 @@
1+
apiVersion: gateway.networking.k8s.io/v1
2+
date: "2025-05-19T11:21:16Z"
3+
gatewayAPIChannel: experimental
4+
gatewayAPIVersion: v1.3.0
5+
implementation:
6+
contact:
7+
- https://github.com/cilium/community/blob/main/roles/Maintainers.md
8+
organization: cilium
9+
project: cilium
10+
url: github.com/cilium/cilium
11+
version: main
12+
kind: ConformanceReport
13+
mode: default
14+
profiles:
15+
- core:
16+
result: success
17+
statistics:
18+
Failed: 0
19+
Passed: 12
20+
Skipped: 0
21+
extended:
22+
result: success
23+
statistics:
24+
Failed: 0
25+
Passed: 2
26+
Skipped: 0
27+
supportedFeatures:
28+
- GatewayAddressEmpty
29+
- GatewayHTTPListenerIsolation
30+
- GatewayInfrastructurePropagation
31+
- GatewayPort8080
32+
- GatewayStaticAddresses
33+
name: GATEWAY-GRPC
34+
summary: Core tests succeeded. Extended tests succeeded.
35+
- core:
36+
result: success
37+
statistics:
38+
Failed: 0
39+
Passed: 33
40+
Skipped: 0
41+
extended:
42+
result: success
43+
statistics:
44+
Failed: 0
45+
Passed: 23
46+
Skipped: 0
47+
supportedFeatures:
48+
- GatewayAddressEmpty
49+
- GatewayHTTPListenerIsolation
50+
- GatewayInfrastructurePropagation
51+
- GatewayPort8080
52+
- GatewayStaticAddresses
53+
- HTTPRouteBackendProtocolH2C
54+
- HTTPRouteBackendProtocolWebSocket
55+
- HTTPRouteBackendRequestHeaderModification
56+
- HTTPRouteBackendTimeout
57+
- HTTPRouteDestinationPortMatching
58+
- HTTPRouteHostRewrite
59+
- HTTPRouteMethodMatching
60+
- HTTPRoutePathRedirect
61+
- HTTPRoutePathRewrite
62+
- HTTPRoutePortRedirect
63+
- HTTPRouteQueryParamMatching
64+
- HTTPRouteRequestMirror
65+
- HTTPRouteRequestMultipleMirrors
66+
- HTTPRouteRequestPercentageMirror
67+
- HTTPRouteRequestTimeout
68+
- HTTPRouteResponseHeaderModification
69+
- HTTPRouteSchemeRedirect
70+
unsupportedFeatures:
71+
- HTTPRouteParentRefPort
72+
name: GATEWAY-HTTP
73+
summary: Core tests succeeded. Extended tests succeeded.
74+
- core:
75+
result: success
76+
statistics:
77+
Failed: 0
78+
Passed: 11
79+
Skipped: 0
80+
extended:
81+
result: success
82+
statistics:
83+
Failed: 0
84+
Passed: 2
85+
Skipped: 0
86+
supportedFeatures:
87+
- GatewayAddressEmpty
88+
- GatewayHTTPListenerIsolation
89+
- GatewayInfrastructurePropagation
90+
- GatewayPort8080
91+
- GatewayStaticAddresses
92+
name: GATEWAY-TLS
93+
summary: Core tests succeeded. Extended tests succeeded.
94+
- core:
95+
result: success
96+
statistics:
97+
Failed: 0
98+
Passed: 1
99+
Skipped: 0
100+
name: MESH-GRPC
101+
summary: Core tests succeeded.
102+
- core:
103+
result: success
104+
statistics:
105+
Failed: 0
106+
Passed: 2
107+
Skipped: 0
108+
extended:
109+
result: success
110+
statistics:
111+
Failed: 0
112+
Passed: 2
113+
Skipped: 0
114+
supportedFeatures:
115+
- HTTPRouteBackendProtocolH2C
116+
- HTTPRouteBackendProtocolWebSocket
117+
- HTTPRouteBackendRequestHeaderModification
118+
- HTTPRouteBackendTimeout
119+
- HTTPRouteDestinationPortMatching
120+
- HTTPRouteHostRewrite
121+
- HTTPRouteMethodMatching
122+
- HTTPRoutePathRedirect
123+
- HTTPRoutePathRewrite
124+
- HTTPRoutePortRedirect
125+
- HTTPRouteQueryParamMatching
126+
- HTTPRouteRequestMirror
127+
- HTTPRouteRequestMultipleMirrors
128+
- HTTPRouteRequestPercentageMirror
129+
- HTTPRouteRequestTimeout
130+
- HTTPRouteResponseHeaderModification
131+
- HTTPRouteSchemeRedirect
132+
- MeshClusterIPMatching
133+
unsupportedFeatures:
134+
- HTTPRouteParentRefPort
135+
- MeshConsumerRoute
136+
name: MESH-HTTP
137+
summary: Core tests succeeded. Extended tests succeeded.
138+
succeededProvisionalTests:
139+
- GatewayInfrastructure
140+
- HTTPRouteRequestPercentageMirror

0 commit comments

Comments
 (0)