提交 430af0cb 编写于 作者: B barrierye

fix ci script

上级 5e96d56d
......@@ -706,7 +706,7 @@ function python_test_pipeline(){
sleep 5
# test: thread servicer & thread op
cat << EOF > config.yaml
cat << EOF > config.yml
port: 18080
worker_num: 2
build_dag_each_worker: false
......@@ -722,7 +722,7 @@ EOF
ps -ef | grep "pipeline_server" | grep -v grep | awk '{print $2}' | xargs kill
# test: thread servicer & process op
cat << EOF > config.yaml
cat << EOF > config.yml
port: 18080
worker_num: 2
build_dag_each_worker: false
......@@ -738,7 +738,7 @@ EOF
ps -ef | grep "pipeline_server" | grep -v grep | awk '{print $2}' | xargs kill
# test: process servicer & thread op
cat << EOF > config.yaml
cat << EOF > config.yml
port: 18080
worker_num: 2
build_dag_each_worker: true
......@@ -754,7 +754,7 @@ EOF
ps -ef | grep "pipeline_server" | grep -v grep | awk '{print $2}' | xargs kill
# test: process servicer & process op
cat << EOF > config.yaml
cat << EOF > config.yml
port: 18080
worker_num: 2
build_dag_each_worker: false
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册