未验证 提交 65fd59e2 编写于 作者: W wuhuanzhou 提交者: GitHub

modify approve github id, test=develop (#36906)

上级 9dd442ab
...@@ -2293,11 +2293,11 @@ function collect_ccache_hits() { ...@@ -2293,11 +2293,11 @@ function collect_ccache_hits() {
function test_op_benchmark() { function test_op_benchmark() {
# The PR will pass quickly when get approval from specific person. # The PR will pass quickly when get approval from specific person.
# Xreki 12538138, luotao1 6836917, Avin0323 16167147 # Xreki 12538138, luotao1 6836917, Avin0323 23427135
set +x set +x
approval_line=$(curl -H "Authorization: token ${GITHUB_API_TOKEN}" https://api.github.com/repos/PaddlePaddle/Paddle/pulls/${GIT_PR_ID}/reviews?per_page=10000) approval_line=$(curl -H "Authorization: token ${GITHUB_API_TOKEN}" https://api.github.com/repos/PaddlePaddle/Paddle/pulls/${GIT_PR_ID}/reviews?per_page=10000)
if [ "${approval_line}" != "" ]; then if [ "${approval_line}" != "" ]; then
APPROVALS=$(echo ${approval_line} | python ${PADDLE_ROOT}/tools/check_pr_approval.py 1 16167147 12538138 6836917) APPROVALS=$(echo ${approval_line} | python ${PADDLE_ROOT}/tools/check_pr_approval.py 1 23427135 12538138 6836917)
echo "current pr ${GIT_PR_ID} got approvals: ${APPROVALS}" echo "current pr ${GIT_PR_ID} got approvals: ${APPROVALS}"
if [ "${APPROVALS}" == "TRUE" ]; then if [ "${APPROVALS}" == "TRUE" ]; then
echo "===================================" echo "==================================="
......
...@@ -366,9 +366,9 @@ if [ -n "${UNITYBUILD_RULE_CHANGED}" -a -n "${GIT_PR_ID}" ]; then ...@@ -366,9 +366,9 @@ if [ -n "${UNITYBUILD_RULE_CHANGED}" -a -n "${GIT_PR_ID}" ]; then
wanghuancoder or luotao1) approval for modifying wanghuancoder or luotao1) approval for modifying
unity_build_rule.cmake which the rules of Unity Build." unity_build_rule.cmake which the rules of Unity Build."
echo_line=$(echo ${echo_line}) echo_line=$(echo ${echo_line})
# Avin0323(16167147) zhouwei25(52485244) # Avin0323(23427135) zhouwei25(52485244)
# wanghuancoder(26922892) luotao1(6836917) # wanghuancoder(26922892) luotao1(6836917)
check_approval 1 16167147 52485244 26922892 6836917 check_approval 1 23427135 52485244 26922892 6836917
fi fi
if [ -n "${echo_list}" ];then if [ -n "${echo_list}" ];then
......
...@@ -317,11 +317,11 @@ function gpu_op_benchmark { ...@@ -317,11 +317,11 @@ function gpu_op_benchmark {
} }
# The PR will pass quickly when get approval from specific person. # The PR will pass quickly when get approval from specific person.
# Xreki 12538138, luotao1 6836917, Avin0323 16167147 # Xreki 12538138, luotao1 6836917, Avin0323 23427135
set +x set +x
approval_line=$(curl -H "Authorization: token ${GITHUB_API_TOKEN}" https://api.github.com/repos/PaddlePaddle/Paddle/pulls/${GIT_PR_ID}/reviews?per_page=10000) approval_line=$(curl -H "Authorization: token ${GITHUB_API_TOKEN}" https://api.github.com/repos/PaddlePaddle/Paddle/pulls/${GIT_PR_ID}/reviews?per_page=10000)
if [ -n "${approval_line}" ]; then if [ -n "${approval_line}" ]; then
APPROVALS=$(echo ${approval_line} | python ${PADDLE_ROOT}/tools/check_pr_approval.py 1 16167147 12538138 6836917) APPROVALS=$(echo ${approval_line} | python ${PADDLE_ROOT}/tools/check_pr_approval.py 1 23427135 12538138 6836917)
LOG "[INFO] current pr ${GIT_PR_ID} got approvals: ${APPROVALS}" LOG "[INFO] current pr ${GIT_PR_ID} got approvals: ${APPROVALS}"
if [ "${APPROVALS}" == "TRUE" ]; then if [ "${APPROVALS}" == "TRUE" ]; then
LOG "[INFO] ===================================" LOG "[INFO] ==================================="
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册