NixOS / hydra

Hydra, the Nix-based continuous build system
http://nixos.org/hydra
GNU General Public License v3.0
1.1k stars 291 forks source link

Feature Request: UI: Show currently running evaluation(s) in /evals #1259

Open sternenseemann opened 1 year ago

sternenseemann commented 1 year ago

Is your feature request related to a problem? Please describe.

When an evaluation is pending, you need (to my knowledge) look at all jobsets to figure out which one is currently running an eval and for how long. You may want to know this to guess when your evaluation may happen at the earliest, e.g. nixos:trunk-combined just started means ~1h of wait time.

Describe the solution you'd like

/evals displays a short message what jobset is currently having an evaluation running with a link.

Describe alternatives you've considered

The evaluating machine becomes part of the /machines page where it displays what it is doing atm.

samueldr commented 1 year ago

And pending evals in order, too, I would argue :)