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 <noreply@anthropic.com>
This commit is contained in:
jgrusewski
2026-03-08 17:20:15 +01:00
parent e89fce5eb2
commit 8c0bed4d2d

View File

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