From 3ccbac47f6c76b2f46aee1b79676e473dc91edc9 Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Tue, 31 Mar 2026 10:15:44 +0200 Subject: [PATCH] fix: train-dqn params aligned with compile-and-train (commit-sha + git-branch) Was using commit-ref which doesn't exist in compile-and-train template. Now passes commit-sha=HEAD + git-branch=main matching the parent template. Co-Authored-By: Claude Opus 4.6 (1M context) --- infra/k8s/argo/train-dqn-template.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/infra/k8s/argo/train-dqn-template.yaml b/infra/k8s/argo/train-dqn-template.yaml index cc7c4203c..34a2a39ce 100644 --- a/infra/k8s/argo/train-dqn-template.yaml +++ b/infra/k8s/argo/train-dqn-template.yaml @@ -32,7 +32,9 @@ spec: parameters: - name: model value: dqn - - name: commit-ref + - name: commit-sha + value: HEAD + - name: git-branch value: main - name: gpu-pool value: ci-training-h100