From 2969c83dd8c0c332df70fe88f3c9e7dcbb542dbc Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Tue, 5 May 2026 03:22:09 +0000 Subject: [PATCH 1/3] fix(e2e): use headlamp-dev namespace in E2E workflow (PRI-550) The infra RBAC in privilegedescalation/infra already covers headlamp-dev with all needed E2E permissions. Changing the workflow to use headlamp-dev unblocks E2E since the Arc Runners SA is already authorized there. Depends on Gandalf's PR #58 for namespace corrections in scripts and RBAC manifest. Co-Authored-By: Paperclip --- .github/workflows/e2e.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 37f33a9..49ab07f 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -11,7 +11,7 @@ permissions: contents: read # Only one E2E run at a time: the shared E2E_RELEASE (headlamp-e2e) in -# privilegedescalation-dev cannot be shared across concurrent runs. +# headlamp-dev cannot be shared across concurrent runs. # cancel-in-progress: false (queue, don't cancel) — cancelling in-flight # runs may skip the if: always() teardown, leaving dangling cluster resources. concurrency: @@ -19,7 +19,7 @@ concurrency: cancel-in-progress: false env: - E2E_NAMESPACE: privilegedescalation-dev + E2E_NAMESPACE: headlamp-dev E2E_RELEASE: headlamp-e2e # Pin to a known-good Headlamp version. Using :latest is risky because # the tag can change between CI runs, causing flaky failures when a newer -- 2.52.0 From 45ee2c9c92d5f7d18553b5b554e6679ebd197d2b Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Tue, 5 May 2026 03:39:14 +0000 Subject: [PATCH 2/3] chore: re-trigger E2E with headlamp-dev namespace (PRI-550) -- 2.52.0 From ed6e54bda25e3fbd3365ae41602288d01745b08e Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Tue, 5 May 2026 04:13:52 +0000 Subject: [PATCH 3/3] chore: re-run CI/E2E checks (PRI-550) Co-Authored-By: Paperclip -- 2.52.0