ci: rewrite E2E workflow for Docker image approach #75
Closed
ghost wants to merge 1 commits from
hugh/e2e-workflow-update into gandalf/e2e-redesign-custom-image
pull from: hugh/e2e-workflow-update
merge into: privilegedescalation:gandalf/e2e-redesign-custom-image
privilegedescalation:main
privilegedescalation:gandalf/fix-echo-printf-pri-1757
privilegedescalation:pri-1737-inline-release
privilegedescalation:gandalf/cleanup-agent-artifacts
privilegedescalation:dev
privilegedescalation:gandalf/cleanup-root-artifacts
privilegedescalation:uat
privilegedescalation:promote/uat-artifacthub-v1.0.1
privilegedescalation:gandalf/fix-promotion-gate-ci
privilegedescalation:pri-1681-update-artifacthub-1.0.1
privilegedescalation:fix/release-tarball-pattern
privilegedescalation:gandalf/pri-1671-pnpm-install
privilegedescalation:nancy/fix-dual-approval-uat-regress
privilegedescalation:gandalf/pri-1659-inline-release-workflow
privilegedescalation:gandalf/pri-1636-inline-dual-approval
privilegedescalation:inline-ci-2adb87e5
privilegedescalation:gandalf/fix-polaris-ah-url
privilegedescalation:docs/update-headlamp-namespace
privilegedescalation:hugh/fix-stale-rbac-path-pri-1002
privilegedescalation:gandalf/remove-orphaned-polaris-rbac-pri-917
privilegedescalation:gandalf/reference-shared-infra-rbac-pri-750
privilegedescalation:hugh/update-rbac-to-shared-infra
privilegedescalation:gandalf/add-renovate-github-action
privilegedescalation:pr-142
privilegedescalation:gandalf/fix-rbac-workflow-pri-324
privilegedescalation:gandalf/rename-ns-headlamp-dev
privilegedescalation:gandalf/remove-privilegedescalation-dev-namespace
privilegedescalation:pr-132-fix
privilegedescalation:gandalf/fix-rbac-manifest-PRI-555
privilegedescalation:chore/scrub-dependabot-references
privilegedescalation:gandalf/fix-markdown-lint-pri-391
privilegedescalation:gandalf/fix-e2e-rbac-pri-313
privilegedescalation:gandalf/fix-e2e-polaris-rbac
privilegedescalation:gandalf/fix-lodash-lockfile
privilegedescalation:fix/e2e-concurrency-serialization
1 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
ebda38bf43 |
ci: rewrite E2E workflow for Docker image approach
Replaces the PVC + kubectl-patch E2E workflow with the new custom Docker image approach from PR #73: - Split into 2 jobs: build-image (ubuntu-latest) builds and pushes the E2E image to ghcr.io, e2e (ARC runners) deploys via Helm and tests - Removes HEADLAMP_NAMESPACE/HEADLAMP_DEPLOY env vars - Removes azure/setup-kubectl step (kubectl available on ARC runners) - Removes PVC creation, deployment patching, and volume mount steps - Adds Helm-based deploy/teardown with always() cleanup - Auto-generates service account token for E2E auth - No kube-system access needed — uses headlamp-e2e namespace Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |