未验证 提交 3acb3635 编写于 作者: W wopeizl 提交者: GitHub

1. move the API check into CPU process (#17110)

* 1. move the API check into CPU process
2. adjust the check order
上级 92ce4452
......@@ -950,6 +950,7 @@ function main() {
cmake_gen ${PYTHON_ABI:-""}
build ${parallel_number}
gen_dockerfile ${PYTHON_ABI:-""}
assert_api_spec_approvals
;;
test)
parallel_test
......@@ -981,9 +982,8 @@ function main() {
cicheck)
cmake_gen ${PYTHON_ABI:-""}
build ${parallel_number}
assert_api_not_changed ${PYTHON_ABI:-""}
parallel_test
assert_api_spec_approvals
assert_api_not_changed ${PYTHON_ABI:-""}
;;
cicheck_brpc)
cmake_gen ${PYTHON_ABI:-""}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册