Skip to content

Commit

Permalink
gha: add separator to kserve smoke test logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Feb 26, 2024
1 parent 64e8f71 commit 8b44513
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/kserve-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
kubectl logs pod/setup-flan-t5-small --all-containers
exit 1
fi
echo "-------------------"
done
- name: Deploy ServingRuntime/InferenceService
Expand All @@ -110,6 +111,7 @@ jobs:
if [[ $max_retries -le 0 ]]; then
exit 1
fi
echo "-------------------"
done
- name: Install caikit-nlp-client
Expand Down

0 comments on commit 8b44513

Please sign in to comment.