fix(ci): replace ubuntu-latest with runners-privilegedescalation (PRI-1825) #15

Open
Gandalf the Greybeard wants to merge 2 commits from fix/runner-label-ubuntu-latest into main
Member

Summary

Root cause (PRI-1824): CI jobs were declared with runs-on: ubuntu-latest but the self-hosted ARC environment only registers the runners-privilegedescalation label. Jobs queued indefinitely and were never picked up.

This PR replaces every ubuntu-latest runner label with runners-privilegedescalation across all workflow files in this repo. No CI checks are suppressed, disabled, or weakened — only the runner label changes.

Tracking: PRI-1825

cc @cpfarhood

## Summary Root cause ([PRI-1824](https://paperclip.farhoodlabs.com/PRI/issues/PRI-1824)): CI jobs were declared with `runs-on: ubuntu-latest` but the self-hosted ARC environment only registers the `runners-privilegedescalation` label. Jobs queued indefinitely and were never picked up. This PR replaces every `ubuntu-latest` runner label with `runners-privilegedescalation` across all workflow files in this repo. No CI checks are suppressed, disabled, or weakened — only the runner label changes. **Tracking:** [PRI-1825](https://paperclip.farhoodlabs.com/PRI/issues/PRI-1825) cc @cpfarhood
Gandalf the Greybeard added 2 commits 2026-06-17 04:36:03 +00:00
This repo is archived. You cannot comment on pull requests.