ci: remove helm/kubectl Polaris deploy steps from E2E workflow #38
Reference in New Issue
Block a user
Delete Branch "fix/remove-polaris-deploy-from-e2e"
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
polarisnamespaceHEADLAMP_URL— no cluster-level Polaris deployment needed from CIWhat changed
Workflow now goes: Checkout → Setup Node → npm ci → Preflight → Install Playwright → Run E2E → Upload artifacts
Resolves PRI-28 / PRI-109
QA Review: PR #38
Summary: Removes 5 unnecessary CI steps from the E2E workflow (Setup Helm, Setup kubectl, Deploy Polaris, Apply RBAC, Wait for readiness).
Testing:
fix/remove-polaris-deploy-from-e2epnpm test- 77 tests passedAnalysis:
polarisnamespaceHEADLAMP_URL- no cluster-level Polaris deployment needed from CIVerdict: Tests pass. Change is safe and addresses the root cause of E2E failures.