[skip ci] Add comment for e2e.sh (#13224)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/13239/head
Jenny Li 2021-12-13 10:49:17 +08:00 committed by GitHub
parent 2168b74fb3
commit 6a6ae67ff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ fi
docker-compose up -d
else
if [[ "${MILVUS_CLIENT}" == "pymilvus" ]]; then
# better to run pytest under pytest workspace
export MILVUS_PYTEST_WORKSPACE="/milvus/tests/python_client"
docker-compose run --rm pytest /bin/bash -c "pytest -n ${PARALLEL_NUM} --host ${MILVUS_SERVICE_IP} --port ${MILVUS_SERVICE_PORT} \
--html=\${CI_LOG_PATH}/report.html --self-contained-html ${@:-}"