hydra icon indicating copy to clipboard operation
hydra copied to clipboard

display flakeref

Open tomberek opened this issue 3 years ago • 1 comments

Beginning to expose more flake associated details. Did not yet figure out the right approach to expose lockfile information in the inputs tab.

tomberek avatar Feb 12 '22 03:02 tomberek

Hmm... it looks like this isn't always right, because Hydra's evaluator will fall back to .checks if hydraJobs isn't available:

https://github.com/NixOS/hydra/blob/1124230d9f6d482481ddb5316d14e19828a0ab57/src/hydra-eval-jobs/hydra-eval-jobs.cc#L118-L122

I wonder if there is something we could do to deal with that. For example, record the root of the evaluation. This might dovetail nicely with #1143.

grahamc avatar Feb 14 '22 16:02 grahamc