Richard Brežák
Richard Brežák
@zowoq https://github.com/nix-community/buildbot-nix/blob/main/buildbot_nix/__init__.py#L944 that needs to be `self.config.post_build_steps`, it should make cachiz work, before I do such a big refactor I need to figure out better typing... This would have been...
Okay I'll get my laptop and pick this up, what code are you testing with?
Because the vmtest doesn't actually execute anything
@zowoq try now, it hopefully will work. (sorry for the back and forth, I don't have Cachix setup and don't really want to do it on my private infra...)
ffs, I gotta I will be back later today.
Might work now... If it doesn't I'm going to setup Cachix because this is ceasing to be funny (not that it was at any point...)
Okay im setting up cachix...
Or at least mocking it
Update, it works :tada: it needs a lot of cleanup, typing and general refactoring. And I probably broke combined builds, but hey, it works.
Todays progress is good, it type checks now, omits errored evals and skips the already cached ones. Further refactoring will allow to show failed build steps for failed evals. And...