ci(e2e): add deployment diagnostics step on failure #117

Merged
privilegedescalation-engineer[bot] merged 1 commits from ci/e2e-deploy-diagnostics into main 2026-03-24 22:26:33 +00:00

1 Commits

Author SHA1 Message Date
privilegedescalation-engineer[bot] 4edc829b3f ci(e2e): add deployment diagnostics step on failure
When the E2E deploy step fails (rollout timeout, pod not ready, etc.),
previously required manual cluster investigation to diagnose the root
cause. This heartbeat had to grep CI logs and query kubectl separately
to determine a :latest image drift issue.

The new step captures pod state, pod describe output, and recent namespace
events immediately when a failure occurs — surfacing the root cause
directly in the CI run log.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-24 21:57:58 +00:00