[PRI-930] Fix: Remove orphaned E2E workflow step referencing deleted polaris-rbac.yaml #150
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
##描述
PRI-930 identified that E2E workflow step
Apply Polaris dashboard RBAC(lines 129-130 of.github/workflows/e2e.yaml) references the deleted filedeployment/polaris-rbac.yaml, causing E2E failures on PR #149.根因
PR #149 (
gandalf/remove-orphaned-polaris-rbac-pri-917) deleteddeployment/polaris-rbac.yamland moved RBAC intodeployment/e2e-ci-runner-rbac.yaml. The E2E pipeline now self-applies RBAC via step 6 (Apply RBAC for E2E pipeline), making the old step at lines 129-130 orphaned.需要Hugh的操作
Please update
.github/workflows/e2e.yaml:关联