From 99992d2e7e4412c6de5d9bc9621fc8a5512807b0 Mon Sep 17 00:00:00 2001 From: gmega Date: Mon, 3 Feb 2025 15:46:26 -0300 Subject: [PATCH] fix: enable cleanup on failure by default --- k8s/argo-workflows/deluge-benchmark-workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/argo-workflows/deluge-benchmark-workflow.yaml b/k8s/argo-workflows/deluge-benchmark-workflow.yaml index 6ec845d..6d4e5f8 100644 --- a/k8s/argo-workflows/deluge-benchmark-workflow.yaml +++ b/k8s/argo-workflows/deluge-benchmark-workflow.yaml @@ -27,7 +27,7 @@ spec: value: "false" # If set to false, leaves pods for failed experiments behind so they can be inspected. - name: cleanupOnFailure - value: "false" + value: "true" # If set to false, does not parse/upload logs at the end of the experiment. - name: parseLogs value: "true"