Yicong-Huang opened a new issue, #7171:
URL: https://github.com/apache/texera/issues/7171

   ### Task Summary
   
   Merge-queue entries regularly wait on GitHub-hosted runner capacity: the ASF 
org shares one concurrency quota across all Apache projects, and the queue is 
the latency-critical serialized path. We now have 25 self-hosted runners 
registered for this repo (INFRA-provisioned), sized in four tiers 
(`arc-heavy-linux`, `arc-medium-linux`, `arc-light-linux`, `arc-bench-linux`). 
Add routing so merge-queue builds default to the self-hosted tiers while PR, 
post-merge, and scheduled runs stay on GitHub-hosted runners. A 
`ci:self-hosted` PR label opts a PR in for debugging. Routing must fall back to 
`ubuntu-latest` per tier when the fleet is offline or congested, so the 
pipeline never stalls on a runner outage.
   
   ### Task Type
   
   - [x] DevOps / Deployment / CI
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to