state-hub/tests/fixtures/release_headroom/rev63-105m-concurrent-pending.json
tegwick 261a48772c
All checks were successful
CI Smoke / host-smoke (push) Successful in 1s
CI Smoke / container-smoke (push) Successful in 2s
Build and Publish Multi-Context Image / build-and-push (push) Successful in 42s
Add a read-only headroom preflight before State Hub promotion.
STATE-WP-0091: refuse Helm when remaining CPU cannot cover the API
surge, migrate hook, or unrelated pending demand. 65m fails, 105m is
narrowly sufficient, not factory admission.

Assistant: grok
Assistant-Session: 01a09dc1-b21e-77e1-919e-fcad2f82b267
2026-09-14 10:13:48 +02:00

22 lines
464 B
JSON

{
"observed_at": "2026-09-10T13:05:00+00:00",
"freshness_seconds": 0,
"nodes": [
{
"name": "railiance01",
"ready": true,
"unschedulable": false,
"allocatable_cpu_m": 4000,
"allocatable_memory_bytes": 16000000000,
"allocated_cpu_m": 3895,
"allocated_memory_bytes": 8000000000
}
],
"pending_unrelated": [
{
"name": "other/unrelated-worker",
"cpu_m": 50,
"memory_bytes": 0
}
]
}