fix(ci): replace ubuntu-latest with runners-privilegedescalation (PRI-1825) #15
Reference in New Issue
Block a user
Delete Branch "fix/runner-label-ubuntu-latest"
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
Root cause (PRI-1824): CI jobs were declared with
runs-on: ubuntu-latestbut the self-hosted ARC environment only registers therunners-privilegedescalationlabel. Jobs queued indefinitely and were never picked up.This PR replaces every
ubuntu-latestrunner label withrunners-privilegedescalationacross all workflow files in this repo. No CI checks are suppressed, disabled, or weakened — only the runner label changes.Tracking: PRI-1825
cc @cpfarhood