perf: speed up first bootstrap with fast-mode defaults
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 1m59s

This commit is contained in:
2026-03-01 03:33:33 +00:00
parent 92a0908ff5
commit 760d0e8b5b
4 changed files with 20 additions and 4 deletions

View File

@@ -193,6 +193,10 @@ jobs:
- name: Rebuild and bootstrap/reconcile kubeadm cluster
env:
NIX_CONFIG: experimental-features = nix-command flakes
FAST_MODE: "1"
WORKER_PARALLELISM: "3"
REBUILD_TIMEOUT: "45m"
REBUILD_RETRIES: "2"
run: |
if [ -f "$HOME/.nix-profile/etc/profile.d/nix.sh" ]; then
. "$HOME/.nix-profile/etc/profile.d/nix.sh"