Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Restore "Show service jobs" checkbox to GitHubStatusDisplay.js #110

Open
malfet opened this issue Sep 8, 2021 · 2 comments
Open

Restore "Show service jobs" checkbox to GitHubStatusDisplay.js #110

malfet opened this issue Sep 8, 2021 · 2 comments
Labels
bug Something isn't working good first issue Good for newcomers hud related to main HUD view

Comments

@malfet
Copy link
Contributor

malfet commented Sep 8, 2021

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

@malfet
Copy link
Contributor Author

malfet commented Sep 8, 2021

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

@driazati
Copy link
Contributor

driazati commented Sep 8, 2021

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

@driazati driazati added good first issue Good for newcomers hud related to main HUD view bug Something isn't working labels Oct 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working good first issue Good for newcomers hud related to main HUD view
Projects
None yet
Development

No branches or pull requests

2 participants