From 1d476364748fae249eaef02fb46e9a0043c7e8cd Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Sun, 22 Mar 2026 17:11:29 +0100 Subject: [PATCH] fix: add missing git-branch parameter to compile-and-train template Co-Authored-By: Claude Opus 4.6 (1M context) --- infra/k8s/argo/compile-and-train-template.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infra/k8s/argo/compile-and-train-template.yaml b/infra/k8s/argo/compile-and-train-template.yaml index 07d4e10c7..89b4d7e61 100644 --- a/infra/k8s/argo/compile-and-train-template.yaml +++ b/infra/k8s/argo/compile-and-train-template.yaml @@ -39,6 +39,8 @@ spec: # ── Compile ── - name: commit-sha value: HEAD + - name: git-branch + value: main - name: cuda-compute-cap value: "90" # ── Training ──