E2E tests failing on main (passing on feature branches) #114
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Problem
E2E tests are consistently failing on
mainas of 2026-03-24. The last 3 runs on main all failed. However, E2E tests pass on feature branches (fix/e2e-clean-deploy,ci/e2e-concurrency-guard).Recent merges to main
fix(e2e): clean-delete existing deployment before redeploy for guaranteed fresh podci: add concurrency guard to E2E workflowfeat: extend Renovate config from org-level presetAction needed
Investigate why E2E tests pass on feature branches but fail on main. Likely a merge ordering issue or the combination of all three PRs interacting.
Closing: E2E tests are passing on main following the merge of PR #116 (fix(e2e): pin Headlamp image to v0.40.1 instead of :latest). The root cause was
:latestimage drift withIfNotPresentpull policy — now pinned tov0.40.1. CI run #23513632751 completed with conclusion: success.