Commit Graph
9 Commits
Author SHA1 Message Date
adisbladis 3268f3a6af Add flag to enable meta
I removed meta from the output in https://github.com/nix-community/nix-eval-jobs/commit/434376f8e1ef653e79b4c2b5a38cba45109152e4 with the intention of adding it back gated by a flag, but that never happened.

Adding meta is quite a substantial increase in output size and has some non-trivial performance impact at scale, so it's best to leave it as opt-in.
2022-01-06 13:40:21 +13:00
Tom Bereknyei d36d77c873 use outPath 2022-01-04 14:16:36 -05:00
Jörg Thalheim 26948992b3 also expose store path in json 2021-12-31 12:00:04 +01:00
adisbladis 0648bc0cb8 Select flake output by the flake fragment 2021-08-26 18:48:56 -05:00
adisbladis 434376f8e1 Remove outputs from JSON output
The output of the evaluator should only include either the full
derivation (not yet implemented) or fields not directly accessible
from the drv such as meta.

Right now the output is a fairly arbitrary selection of fields.
2021-08-26 18:48:56 -05:00
adisbladis a6171c9a62 Switch to streaming output (using line delimited JSON) 2021-08-25 13:58:42 -05:00
adisbladis 0c93e00635 Fix pytest tests 2021-08-25 03:36:32 -05:00
adisbladis 174e735183 Rename project to nix-eval-jobs
We are getting rid of Hydra specific hacks and making this a more
generically useful component for any projects that need to run
large evaluations.
2021-08-24 14:06:27 -05:00
Jörg Thalheim 71cbe4eab4 output missing/substitutable derivations in eval output 2021-03-21 19:05:11 +01:00