pytorch / ci-hud

HUD for CI activity on `pytorch/pytorch`, provides a top level view for jobs to easily discern regressions

Home Page:https://hud.pytorch.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restore "Show service jobs" checkbox to GitHubStatusDisplay.js

malfet opened this issue · comments

Was removed by bc70547 which makes it impossible to see docker-build jobs.

For example this is how search for docker jobs looks like in https://hud.pytorch.org/build2/pytorch-release/1.9
image
And this is how it looks like if always on filter for docker jobs is removed (by replacing const isDockerJob = name.startsWith("ci/circleci: docker"); with const isDockerJob = false;):
image

Should we have a separate checkbox for it? We could lump them into a new ci/circleci: Docker Builds group to keep them consistent with all of our other jobs