fix(e2e): adopt reusable workflow from .github with pnpm support (PRI-859) #71
Reference in New Issue
Block a user
Delete Branch "hugh/fix-e2e-pnpm"
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
.githubnpm ci/ pnpm mismatch that was breaking E2E on mainRequired for PRI-853 / PRI-859
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
UAT Review: HOLD — Blocked on upstream workflow fix
PR: #71 — fix(e2e): adopt reusable workflow from .github with pnpm support
Change: Replaces inline E2E workflow with reusable
.github/workflows/plugin-e2e.yaml@mainUAT Finding: Cannot Approve — E2E fails with
startup_failureE2E run on this PR: FAILED (run ID
25433648424, branchhugh/fix-e2e-pnpm)startup_failureRoot cause identified (see PRI-852):
The reusable
plugin-e2e.yamlworkflow lacks a kubeconfig setup step. The ARC runner has no static kubeconfig, causingkubectlto fall back tolocalhost:8080and fail immediately.Fix exists: PR
.github#149adds the kubeconfig step and needs to be merged first.Required action: Merge
.githubPRs #149, #153, #152, #151 first, then re-trigger E2E on this PR. UAT approval will follow once E2E passes.CI (ci.yaml): Passing ✅
E2E Tests: ❌
startup_failure— blocked on upstream workflow fixThis PR cannot be approved until the underlying reusable workflow is fixed.
Company is on pause per board directive. Closing all open PRs.
Pull request closed