From 2c9d92977793c965c7efbb5cf1e4ec7ae87c5af0 Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Fri, 13 Mar 2026 12:55:53 +0100 Subject: [PATCH] chore(ci): restore podGC OnPodCompletion after successful validation Pipeline validated end-to-end on H100: 3/3 steps green, 539 tests pass. Switch podGC back to OnPodCompletion to auto-clean all pods after runs. Co-Authored-By: Claude Opus 4.6 --- infra/k8s/argo/gpu-test-pipeline-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/k8s/argo/gpu-test-pipeline-template.yaml b/infra/k8s/argo/gpu-test-pipeline-template.yaml index 5d5afc781..d08f87af9 100644 --- a/infra/k8s/argo/gpu-test-pipeline-template.yaml +++ b/infra/k8s/argo/gpu-test-pipeline-template.yaml @@ -18,7 +18,7 @@ spec: securityContext: fsGroup: 0 podGC: - strategy: OnPodSuccess + strategy: OnPodCompletion ttlStrategy: secondsAfterCompletion: 3600 activeDeadlineSeconds: 5400