From 8c0bed4d2de4cbdb24efb751fdc0a12b5fbfb6f5 Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Sun, 8 Mar 2026 17:20:15 +0100 Subject: [PATCH] fix(infra): update training job template to use ci-training-h100 pool The nodeSelector pointed to non-existent 'ci-training' pool. The actual Scaleway pool is 'ci-training-h100', matching the CI pipeline template. Co-Authored-By: Claude Opus 4.6 --- infra/k8s/training/job-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/k8s/training/job-template.yaml b/infra/k8s/training/job-template.yaml index 0f6feda87..565ee229b 100644 --- a/infra/k8s/training/job-template.yaml +++ b/infra/k8s/training/job-template.yaml @@ -24,7 +24,7 @@ spec: foxhunt/job-type: training spec: nodeSelector: - k8s.scaleway.com/pool-name: ci-training + k8s.scaleway.com/pool-name: ci-training-h100 tolerations: - key: nvidia.com/gpu operator: Exists