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 <noreply@anthropic.com>
This commit is contained in:
jgrusewski
2026-02-28 00:43:08 +01:00
parent fc48395ad1
commit 9c503f002a

View File

@@ -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