From 02a8fbc2372b7042c5395a3204fbe31ef2b90c44 Mon Sep 17 00:00:00 2001 From: b12f <git@benjaminbaedorf.eu> Date: Sun, 9 Feb 2025 14:41:14 +0100 Subject: [PATCH] tests: increase memory and cpu for all nodes --- .forgejo/workflows/check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/check.yml b/.forgejo/workflows/check.yml index 0a62d11..cc7e1e6 100644 --- a/.forgejo/workflows/check.yml +++ b/.forgejo/workflows/check.yml @@ -18,7 +18,7 @@ jobs: # Prevent cache garbage collection by creating GC roots mkdir -p /var/lib/gitea-runner/tankstelle/.local/state/nix/results - sed -i 's/virtualisation.cores .*/virtualisation.cores = 16;/' tests/keycloak.nix - sed -i 's/virtualisation.memorySize .*/virtualisation.memorySize = 16384;/' tests/keycloak.nix + sed -i 's/virtualisation.cores .*/virtualisation.cores = 16;/' tests/**/*.nix + sed -i 's/virtualisation.memorySize .*/virtualisation.memorySize = 16384;/' tests/**/*.nix # 1 eval-worker needs about 13GB of memory nix --accept-flake-config --access-tokens '' develop --command nix-fast-build --no-nom --skip-cached --systems "x86_64-linux" --max-jobs 10 --eval-workers 2 --out-link /var/lib/gitea-runner/tankstelle/.local/state/nix/results/nix-fast-build