提交 38e55239 编写于 作者: M MRXLT

fix ci

上级 0b5d6041
...@@ -521,7 +521,7 @@ function python_test_encryption(){ ...@@ -521,7 +521,7 @@ function python_test_encryption(){
#sleep 5 #sleep 5
check_cmd "python -m paddle_serving_server.serve --model encrypt_server/ --port 9300 --use_encryption_model > /dev/null &" check_cmd "python -m paddle_serving_server.serve --model encrypt_server/ --port 9300 --use_encryption_model > /dev/null &"
sleep 5 sleep 5
check_cmd "python test_client.py uci_housing_client/serving_client_conf.prototxt" check_cmd "python test_client.py encrypt_client/serving_client_conf.prototxt"
kill_server_process kill_server_process
;; ;;
GPU) GPU)
...@@ -529,7 +529,7 @@ function python_test_encryption(){ ...@@ -529,7 +529,7 @@ function python_test_encryption(){
#sleep 5 #sleep 5
check_cmd "python -m paddle_serving_server_gpu.serve --model encrypt_server/ --port 9300 --use_encryption_model --gpu_ids 0" check_cmd "python -m paddle_serving_server_gpu.serve --model encrypt_server/ --port 9300 --use_encryption_model --gpu_ids 0"
sleep 5 sleep 5
check_cmd "python test_client.py uci_housing_client/serving_client_conf.prototxt" check_cmd "python test_client.py encrypt_client/serving_client_conf.prototxt"
kill_servere_process kill_servere_process
;; ;;
*) *)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册