From 5853a704ce1d4f9dc3cee02a8176d797ec86efe7 Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Thu, 26 Feb 2026 11:55:55 +0100 Subject: [PATCH] fix(ci): update CUDA_COMPUTE_CAP to 90 for H100 gpu-training pool The CI runner now runs on H100 (compute cap 9.0), not L4 (8.9). Co-Authored-By: Claude Opus 4.6 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e0088ca6..7bb5cba14 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,8 +14,8 @@ stages: variables: SQLX_OFFLINE: "true" CARGO_TERM_COLOR: always - # L4 = compute capability 8.9 — tells bindgen_cuda to skip nvidia-smi detection - CUDA_COMPUTE_CAP: "89" + # H100 = compute capability 9.0 — tells bindgen_cuda to skip nvidia-smi detection + CUDA_COMPUTE_CAP: "90" # Stable JWT secret for api_gateway tests (prevents env-var race between parallel tests) JWT_SECRET: "CiTestSecret_Kx7mP9nR2sW5vY8bC3fG6jH1kL4pQ7tZ0uN9dM5eV8xS2wT6yA4zB_64chars_min" # Training data on block storage PVC (mounted at /mnt/training-data by runner)