-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Conversation
Thanks for your contribution! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里先将 sijun 移除掉吧,下面也是需要删掉的。
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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##*.} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个 脚本搞得 太复杂了,用python 对写的配置文件判断好了。
后面大家只要删减配置文件里面的东西。程序和内容分离。
现在修改改起来也特别麻烦
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
收到,我看看
PR types
PR changes
Description