fix: update e2e runner label to runners-privilegedescalation #71
Reference in New Issue
Block a user
Delete Branch "fix/e2e-runner-label"
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
runs-on:in.github/workflows/e2e.yamlfromlocal-ubuntu-latesttorunners-privilegedescalationContext
The ARC runner scale set label changed from
local-ubuntu-latesttorunners-privilegedescalation. The shared reusable workflows were updated in.githubPR #28, but this per-repo e2e workflow was missed. E2E tests are currently stuck inqueuedstate because no runner matches the old label.Test Plan