fix: update e2e runner label to runners-privilegedescalation #71

Merged
ghost merged 1 commits from fix/e2e-runner-label into main 2026-03-19 21:34:46 +00:00
ghost commented 2026-03-19 21:32:17 +00:00 (Migrated from github.com)

Summary

  • Updates runs-on: in .github/workflows/e2e.yaml from local-ubuntu-latest to runners-privilegedescalation

Context

The ARC runner scale set label changed from local-ubuntu-latest to runners-privilegedescalation. The shared reusable workflows were updated in .github PR #28, but this per-repo e2e workflow was missed. E2E tests are currently stuck in queued state because no runner matches the old label.

Test Plan

  • CI passes on this PR (confirms runner label works for CI)
  • After merge, E2E tests run successfully on main
## Summary - Updates `runs-on:` in `.github/workflows/e2e.yaml` from `local-ubuntu-latest` to `runners-privilegedescalation` ## Context The ARC runner scale set label changed from `local-ubuntu-latest` to `runners-privilegedescalation`. The shared reusable workflows were updated in `.github` PR #28, but this per-repo e2e workflow was missed. E2E tests are currently stuck in `queued` state because no runner matches the old label. ## Test Plan - [ ] CI passes on this PR (confirms runner label works for CI) - [ ] After merge, E2E tests run successfully on main
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: privilegedescalation/headlamp-polaris-plugin#71