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 <noreply@paperclip.ing>
This commit is contained in:
@@ -11,7 +11,7 @@ permissions:
|
|||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
# Only one E2E run at a time: the shared E2E_RELEASE (headlamp-e2e) in
|
# 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
|
# cancel-in-progress: false (queue, don't cancel) — cancelling in-flight
|
||||||
# runs may skip the if: always() teardown, leaving dangling cluster resources.
|
# runs may skip the if: always() teardown, leaving dangling cluster resources.
|
||||||
concurrency:
|
concurrency:
|
||||||
@@ -19,7 +19,7 @@ concurrency:
|
|||||||
cancel-in-progress: false
|
cancel-in-progress: false
|
||||||
|
|
||||||
env:
|
env:
|
||||||
E2E_NAMESPACE: privilegedescalation-dev
|
E2E_NAMESPACE: headlamp-dev
|
||||||
E2E_RELEASE: headlamp-e2e
|
E2E_RELEASE: headlamp-e2e
|
||||||
# Pin to a known-good Headlamp version. Using :latest is risky because
|
# 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
|
# the tag can change between CI runs, causing flaky failures when a newer
|
||||||
|
|||||||
Reference in New Issue
Block a user