From 97aac831ca9556567f26bcd822a1cd072c552200 Mon Sep 17 00:00:00 2001 From: Greg Sheremeta Date: Thu, 15 Aug 2024 06:29:12 -0400 Subject: [PATCH] debug failing kfp-tekton test Signed-off-by: Greg Sheremeta --- scripts/deploy/github/deploy-kfp-tekton.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/deploy/github/deploy-kfp-tekton.sh b/scripts/deploy/github/deploy-kfp-tekton.sh index c4e39633394c..8bd69222ef4b 100755 --- a/scripts/deploy/github/deploy-kfp-tekton.sh +++ b/scripts/deploy/github/deploy-kfp-tekton.sh @@ -45,6 +45,8 @@ wait_for_pods kubeflow 40 30 || EXIT_CODE=$? if [[ $EXIT_CODE -ne 0 ]] then echo "Deploy unsuccessful. Not all pods running." + collect_artifacts kubeflow + collect_artifacts tekton-pipelines exit 1 fi