From 6afa209f316f4ced13747587547be4543a2aa62a Mon Sep 17 00:00:00 2001 From: Chen Weihang Date: Fri, 2 Sep 2022 07:00:16 -0500 Subject: [PATCH] Append member op change approve list (#45695) * update op change approve list, test=document_fix * update recommend member, test=document_fix * add weibo into approve list, test=document_fix --- tools/check_api_approvals.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/check_api_approvals.sh b/tools/check_api_approvals.sh index bca1960bff8..861c050b449 100644 --- a/tools/check_api_approvals.sh +++ b/tools/check_api_approvals.sh @@ -85,8 +85,8 @@ op_desc_diff=`python ${PADDLE_ROOT}/tools/check_op_desc.py ${PADDLE_ROOT}/paddle inference_approve=`echo "$op_desc_diff" | grep "need inference to review" -` slim_approve=`echo "$op_desc_diff" | grep "need slim to review" -` if [ "$op_desc_diff" != "" ]; then - echo_line="You must have one RD (inference[ qingqing01(Recommend), cyj1986 ] or slim[ wanghaoshuang(Recommend), qingqing01 ] or train[ chenwhql(Recommend), phlrain ]) approval for the changes of Inputs/Output/Attrs of OPs. The changes of OPs will cause that the new version inference fails to load model trained by the old version. Please modify your code. \n For more details, please click [https://github.com/PaddlePaddle/Paddle/wiki/OP-Input-Output-Attribute-Compatibility-Modification].\n${op_desc_diff}\n" - check_approval 1 39645414 7534971 7845005 22561442 43953930 + echo_line="You must have one RD (inference[ qingqing01(Recommend), jiweibo, cyj1986 ] or slim[ wanghaoshuang(Recommend), qingqing01 ] or train[ chenwhql(Recommend), phlrain ]) approval for the changes of Inputs/Output/Attrs of OPs. The changes of OPs will cause that the new version inference fails to load model trained by the old version. Please modify your code. \n For more details, please click [https://github.com/PaddlePaddle/Paddle/wiki/OP-Input-Output-Attribute-Compatibility-Modification].\n${op_desc_diff}\n" + check_approval 1 39645414 7534971 7845005 22561442 43953930 26377421 fi if [ "$slim_approve" != "" ]; then -- GitLab