ci: improve E2E preflight with version mismatch detection #32
Reference in New Issue
Block a user
Delete Branch "fix/e2e-version-preflight"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
::warning::annotation when there's a mismatch — immediately visible in CI summaryThis would have immediately surfaced the v0.6.0 → v0.7.0 mismatch that caused 14/16 test timeouts (PRI-28), saving debugging time.
Test plan
🤖 Generated with Claude Code
QA Review: ✅ APPROVED
Summary
CI-only change that enhances the E2E preflight step to detect plugin version mismatches between the repo and the deployed Headlamp instance.
Testing Results
Code Review
.github/workflows/e2e.yamlNotes
Recommendation: Approve and merge