ci: run compile-services and compile-training in parallel on 2 CPU nodes

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jgrusewski
2026-02-28 18:09:46 +01:00
parent 301f778663
commit 08f72a9dfb

View File

@@ -432,7 +432,7 @@ compile-training:
extends: .rust-base-cpu
stage: compile
image: ${CI_BUILDER_IMAGE}
needs: [compile-services] # sequential — CPU pool fits one 28-core job at a time
needs: [] # parallel — CPU pool autoscales to 2 nodes (POP2-32C-128G each)
variables:
# CUDA stubs from ci-builder image — compiles CUDA kernels without GPU hardware.
# L4 GPU = compute capability 8.9 → candle-kernels generates sm_89 PTX