From 9c503f002aa264c14c679fb2ef0661524d48fc7b Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Sat, 28 Feb 2026 00:43:08 +0100 Subject: [PATCH] feat(infra): scale CPU compile pool to max 4 nodes POP2-32C-128G pool now allows up to 4 concurrent nodes for parallel CI compilation (services + training + builder image builds). Co-Authored-By: Claude Opus 4.6 --- infra/live/production/kapsule/terragrunt.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/live/production/kapsule/terragrunt.hcl b/infra/live/production/kapsule/terragrunt.hcl index 96ea90690..b9be34c91 100644 --- a/infra/live/production/kapsule/terragrunt.hcl +++ b/infra/live/production/kapsule/terragrunt.hcl @@ -24,7 +24,7 @@ inputs = { # CPU compile pool (POP2-32C-128G for cargo check/build — 32 vCPU, 128GB RAM, no GPU) enable_ci_compile_cpu_pool = true ci_compile_cpu_type = "POP2-32C-128G" - ci_compile_cpu_max_size = 1 + ci_compile_cpu_max_size = 4 # CI training pool (L40S for hyperopt + training — 48GB VRAM, CUDA CC 89) enable_ci_training_pool = true