-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
[SOT][ci] add check file run #58051
[SOT][ci] add check file run #58051
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
paddle/scripts/paddle_build.sh
Outdated
) | ||
|
||
run_sot_ut="OFF" | ||
for change_fie in $(git diff --name-only upstream/develop); |
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.
for change_fie in $(git diff --name-only upstream/develop); | |
for change_file in $(git diff --name-only upstream/develop); |
paddle/scripts/paddle_build.sh
Outdated
function check_run_sot_ci() { | ||
set +x | ||
# use "git commit -m 'message, test=sot_fix'" to force ci to run | ||
RUN_CI=$(git log -1 --pretty=format:"%s"|grep -w "test=sot_fix" || true) |
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.
RUN_CI=$(git log -1 --pretty=format:"%s"|grep -w "test=sot_fix" || true) | |
RUN_CI=$(git log -1 --pretty=format:"%s"|grep -w "test=sot" || true) |
不要 fix
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
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.
LGTMeow 🐾
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
--------- Co-authored-by: SigureMo <[email protected]>
--------- Co-authored-by: SigureMo <[email protected]>
PR types
Others
PR changes
Others
Description
添加了几个必定触发的选项
git commit -m 'message, test=sot'
强制运行 sot ciSOT
作为pr标题以下文件修改触发sot ci
run program op 相关代码:
eval_frame 相关代码
Python 端全部代码
相关链接: