From 8abab77d2fc154736d666e53968ed7a33842ecc5 Mon Sep 17 00:00:00 2001 From: Wilber Date: Thu, 4 Jun 2020 19:11:18 +0800 Subject: [PATCH] fix ci approver'id error (#24902) --- tools/check_api_approvals.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check_api_approvals.sh b/tools/check_api_approvals.sh index 57754ed664b..c047afad131 100644 --- a/tools/check_api_approvals.sh +++ b/tools/check_api_approvals.sh @@ -226,7 +226,7 @@ fi HAS_OPERATORBASE_FLAG=`git diff -U0 --diff-filter=A upstream/$BRANCH | grep -E "public[[:space:]]+.*OperatorBase" || true` if [ "${HAS_OPERATORBASE_FLAG}" != "" ] && [ "${GIT_PR_ID}" != "" ]; then echo_line="In order to support dynamic graph, all ops are not recommended to inherit OperatorBase. Please use OperatorWithKernel instead.\nYou must have one RD (phlrain (Recommend), luotao1, lanxianghit or XiaoguangHu01) approval for the inherit of OperatorBase.\nYou inherit the OperatorBase class. The corresponding lines are as follows:\n${HAS_OPERATORBASE_FLAG}" - check_approval 1 47554610 46782768 22561442 6836917 + check_approval 1 43953930 6836917 47554610 46782768 fi HAS_INPLACE_TESTS=`git diff -U0 upstream/$BRANCH |grep "+" |grep -E "inplace_atol[[:space:]]*=.*" || true` -- GitLab