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 <noreply@anthropic.com>
This commit is contained in:
jgrusewski
2026-03-13 12:55:53 +01:00
parent faea94948d
commit 2c9d929777

View File

@@ -18,7 +18,7 @@ spec:
securityContext:
fsGroup: 0
podGC:
strategy: OnPodSuccess
strategy: OnPodCompletion
ttlStrategy:
secondsAfterCompletion: 3600
activeDeadlineSeconds: 5400