Skip to content

Commit

Permalink
debug failing kfp-tekton test
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Sheremeta <gshereme@redhat.com>
  • Loading branch information
gregsheremeta committed Aug 15, 2024
1 parent 8f80669 commit 97aac83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/deploy/github/deploy-kfp-tekton.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 97aac83

Please sign in to comment.