Your one-stop-cake-shop for everything Freshly Baked has to offer

ci: reduce evaluation memory #16

merged opened by a.starrysky.fyi targeting main from private/minion/push-xuwsvklxosst

So, we've done some things here...

  • We're no longer evaluating homes - which was basically a double-eval anyway until we get MacOS/etc. up
  • We're splitting system evals apart from each other, which will take longer over all but reduces the peak memory usage from >10GB to ~3GB
    • 10GB was unsustainable for midnight ... we were constantly OOMing when we accidentally triggered CI twice

    • ~3GB is very sustainable for midnight :)
Labels

None yet.

requested-reviewers

None yet.

approved

None yet.

tested-working

None yet.

rejected

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:uuyqs6y3pwtbteet4swt5i5y/sh.tangled.repo.pull/3lz4ppc6buy22
+1 -1
Interdiff #0 โ†’ #1
+1 -1
.tangled/workflows/packetmix-build.yml
··· 45 45 mkdir -p /tmp/systems-drv-paths 46 46 47 47 systems=$(nix eval \ 48 - --expr 'builtins.concatStringsSep "\n" (builtins.attrNames (import ./ci.nix).systems.nixos)' \ 48 + --expr 'builtins.concatStringsSep "\n" (builtins.attrNames (import ./packetmix/ci.nix).systems.nixos)' \ 49 49 --impure \ 50 50 --show-trace --raw) 51 51

History

3 rounds 0 comments
sign up or login to add to the discussion
1 commit
expand
ci: reduce evaluation memory
expand 0 comments
pull request successfully merged
1 commit
expand
ci: reduce evaluation memory
expand 0 comments
1 commit
expand
ci: reduce evaluation memory
expand 0 comments