thefloweringash has quit [Ping timeout: 240 seconds]
jtojnar has quit [Ping timeout: 252 seconds]
jtojnar has joined #nixos-borg
thefloweringash has joined #nixos-borg
JJJollyjim has joined #nixos-borg
sphalerite_ is now known as sphalerite
orivej has joined #nixos-borg
hmpffff has joined #nixos-borg
Deknos has left #nixos-borg [#nixos-borg]
hmpffff has quit [Quit: nchrrrr…]
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #nixos-borg
<LnL>
hmm just had a thought
<LnL>
why don't we run evaluation checks as a build?
<LnL>
that way everything we do to isolate evaluation isn't necessary and the build can have more dynamic inputs, like what version of nix to evaluate with
<gchristensen>
that is a cool idea!{
<LnL>
thinking something like target branch release-20.03 => evaluate using 19.09
<LnL>
only thing is that the nixpkgs checkout needs to be passed, which could be a bit weird
<LnL>
ideally this would also be something that's also very easy to run locally
hmpffff has joined #nixos-borg
tilpner has quit [Ping timeout: 272 seconds]
<MichaelRaskin>
gchristensen: I remember asking if it is in the plan for load balancing reasons
<MichaelRaskin>
And I vaguely remember RAM consumption being an issue.
<MichaelRaskin>
Or is the plan this time «nix-build, but on evaluator box»?
<LnL>
yeah, that's what I was thinking
<LnL>
so no parallelism on the evaluator
<LnL>
just one build at a time but with the benefit of sandboxing and dynamic inputs
<cole-h>
gchristensen: aarch64 failed to deploy with `AttributeError: 'NoneType' object has no attribute 'strip'` on `headers_str = str(headers).replace(self.auth_token.strip(), "TOKEN")` -- retry?
<cole-h>
Oh, looks like packet is doing some maintenance. Maybe related?