Remove not used code in e2e.sh (#13179)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/13189/head
Jenny Li 2021-12-10 16:25:06 +08:00 committed by GitHub
parent 4884541896
commit 1cc4bdaf06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 11 deletions

View File

@ -64,16 +64,7 @@ if [[ "${TEST_ENV:-}" =~ ^kind* ]]; then
fi
if [[ -n "${DISABLE_KIND:-}" ]]; then
cd ${ROOT}/tests/python_client
python3 -V
export CI_LOG_PATH=/tmp/ci_logs/test
if [ ! -d "${CI_LOG_PATH}" ]; then
mkdir -p ${CI_LOG_PATH}
fi
pytest -n ${PARALLEL_NUM} --host ${MILVUS_SERVICE_IP} --port ${MILVUS_SERVICE_PORT} \
--html=${CI_LOG_PATH}/report.html --self-contained-html ${@:-}
else
pushd "${ROOT}/tests/docker"
if [[ "${TEST_ENV:-}" =~ ^kind* ]]; then
export PRE_EXIST_NETWORK="true"
@ -93,4 +84,3 @@ else
fi
fi
popd
fi