Skip to content

Commit

Permalink
print pytest plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
hdefazio committed Dec 20, 2024
1 parent 405f7c3 commit c896569
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/scripts/gh-actions/run-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ echo $PROJECT_ROOT
source python/kserve/.venv/bin/activate
pushd test/e2e >/dev/null
pytest --collect-only
pytest $PROJECT_ROOT/test/e2e -v -s --full-trace --setup-show -m "$1" --ignore=qpext --log-cli-level=DEBUG -n $PARALLELISM --dist no
pytest --trace-config
pytest $PROJECT_ROOT/test/e2e -vvv -s --full-trace --setup-show -m "$1" --ignore=qpext --log-cli-level=DEBUG -n $PARALLELISM --dist no
sleep 30m
popd
echo "Done!"

0 comments on commit c896569

Please sign in to comment.