You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[drci] Mark unstable pending jobs as unstable (#6283)
Jobs only get categorized after they fail, but if a job is marked as
unstable, it will always end up in the unstable group. This PR makes it
so that unstable pending jobs get put in the unstable group. I think
this should help with trymerge waiting for unstable jobs to finish,
since we sometimes mark jobs as unstable if the queue time is very long
Pending unstable jobs still count towards the pending count
This was tested on a random PR on pytorch by curling my local
development
Pending jobs will show up in Dr. CI, which might be confusing as people
usually expect only failing jobs to show up, so it also adds a hour
glass icon to the pending unstable jobs, which looks like
<img width="844" alt="image"
src="https://github.com/user-attachments/assets/52a6df6b-5aef-4550-ac04-5d6d9b5322aa"
/>
0 commit comments