Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] add ci approval pipelines #7859

Merged
merged 4 commits into from
Jan 19, 2024
Merged

[CI] add ci approval pipelines #7859

merged 4 commits into from
Jan 19, 2024

Conversation

zjjlivein
Copy link
Collaborator

PR types

PR changes

Description

Copy link

paddle-bot bot commented Jan 18, 2024

Thanks for your contribution!

Copy link

codecov bot commented Jan 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (48c1313) 56.91% compared to head (b0f8d19) 56.68%.
Report is 2 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #7859      +/-   ##
===========================================
- Coverage    56.91%   56.68%   -0.23%     
===========================================
  Files          587      588       +1     
  Lines        88740    89243     +503     
===========================================
+ Hits         50502    50584      +82     
- Misses       38238    38659     +421     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

elif [[ ${dir1} =~ "paddlenlp" ]];then
if [[ ${dir2} =~ "transformers" ]];then
echo_line="You must have one RD (wawltor) approval for the changes of `transformers` "
check_approval 1 sijunhe wawltor
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里先将 sijun 移除掉吧,下面也是需要删掉的。

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

echo_line="You must have one RD (ZHUI, wawltor,ForFishes,sneaxiy,zhiqiu) approval for the changes of `model_zoo/gpt-3` "
check_approval 1 ZHUI wawltor ForFishes sneaxiy zhiqiu
fi
elif [[ ${dir1} =~ "llm" ]];then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

llm 目录下其他模块有多个人同时在调整,你就设置: wj-Mcat/lugimzzz/DesmonDay/wawltor

Copy link
Contributor

@wj-Mcat wj-Mcat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zjjlivein zjjlivein merged commit c1ccafa into PaddlePaddle:develop Jan 19, 2024
9 of 10 checks passed
dir2=${arr_file_name[1]}
dir3=${arr_file_name[2]}
dir4=${arr_file_name[3]}
echo "file_name:"${file_name}, "dir1:"${dir1}, "dir2:"${dir2},"dir3:"${dir3},".xx:" ${file_name##*.}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个 脚本搞得 太复杂了,用python 对写的配置文件判断好了。
后面大家只要删减配置文件里面的东西。程序和内容分离。

现在修改改起来也特别麻烦

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

收到,我看看

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants