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
This PR adds a "Hide green columns" checkbox to the PyTorch HUD
interface that filters out columns without any failures. When enabled,
only jobs or job groups with at least one failure across all displayed
commits will be shown, reducing visual noise and helping users focus on
problematic areas.
Implementation Details:
- Added a new local storage preference using the existing preference
system
- Preprocessed failure data for efficient filtering and better
performance
- Added checkbox next to existing view options in the HUD UI
- Works seamlessly with both grouped and ungrouped views
This feature helps developers spot issues more quickly by eliminating
the visual noise of successful builds.
---
generated with claude code in three iterations:
Total cost: $2.69
0 commit comments