提交 9fa96ece 编写于 作者: B barrierye

update ci

上级 1500d677
...@@ -504,6 +504,7 @@ function python_test_grpc_impl() { ...@@ -504,6 +504,7 @@ function python_test_grpc_impl() {
cd grpc_impl_example # pwd: /Serving/python/examples/grpc_impl_example cd grpc_impl_example # pwd: /Serving/python/examples/grpc_impl_example
local TYPE=$1 local TYPE=$1
export SERVING_BIN=${SERVING_WORKDIR}/build-server-${TYPE}/core/general-server/serving export SERVING_BIN=${SERVING_WORKDIR}/build-server-${TYPE}/core/general-server/serving
unsetproxy
case $TYPE in case $TYPE in
CPU) CPU)
# test general case # test general case
...@@ -625,7 +626,7 @@ function python_test_grpc_impl() { ...@@ -625,7 +626,7 @@ function python_test_grpc_impl() {
;; ;;
esac esac
echo "test grpc impl $TYPE part finished as expected." echo "test grpc impl $TYPE part finished as expected."
rm -rf image kvdb log uci_housing* work* setproxy
unset SERVING_BIN unset SERVING_BIN
cd .. # pwd: /Serving/python/examples cd .. # pwd: /Serving/python/examples
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册