Commit 8d069cf
committed
feat(validator): upgrade conformance checks from static to behavioral validation
Upgrade 5 conformance checks from static/presence validation to
behavioral/functional testing per CNCF AI Conformance v1.34 section 11.1:
- cluster-autoscaling: Full behavioral chain — HPA scaling intent,
Karpenter KWOK node provisioning, pod scheduling verification.
Discovers GPU NodePools dynamically, tries each until one succeeds.
- pod-autoscaling: HPA reads external GPU metrics (dcgm_gpu_power_usage)
and computes scale-up, Deployment actually scales replicas.
- inference-gateway: Data-plane readiness via EndpointSlice verification,
HTTPRoute discovery (informational).
- robust-controller: Webhook rejection test — creates invalid
DynamoGraphDeployment, verifies admission webhook rejects it.
- secure-accelerator-access: Negative isolation test — pod without
ResourceClaims cannot access GPU devices.
Removes kwok/scripts/validate-cluster-autoscaling.sh (setup logic inlined
in CI workflows, exercise logic replaced by Go conformance check).1 parent 2acf5d0 commit 8d069cf
File tree
16 files changed
+1539
-384
lines changed- .github/workflows
- kwok/scripts
- pkg
- defaults
- validator
- agent
- checks/conformance
16 files changed
+1539
-384
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
111 | 110 | | |
112 | 111 | | |
113 | 112 | | |
114 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
| |||
228 | 230 | | |
229 | 231 | | |
230 | 232 | | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | 233 | | |
237 | 234 | | |
238 | 235 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
111 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
112 | 114 | | |
113 | 115 | | |
114 | 116 | | |
| |||
142 | 144 | | |
143 | 145 | | |
144 | 146 | | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | 147 | | |
151 | 148 | | |
152 | 149 | | |
| |||
This file was deleted.
0 commit comments