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

[SOT][ci] add check file run #58051

Merged
merged 22 commits into from
Oct 16, 2023
Merged

Conversation

gouzil
Copy link
Member

@gouzil gouzil commented Oct 12, 2023

PR types

Others

PR changes

Others

Description

添加了几个必定触发的选项

  • 使用git commit -m 'message, test=sot'强制运行 sot ci
  • 使用SOT作为pr标题

以下文件修改触发sot ci

run program op 相关代码:

  • paddle/fluid/operators/run_program_op.h
  • paddle/fluid/operators/run_program_op.cu
  • paddle/fluid/operators/run_program_op.cc
  • paddle/fluid/eager/to_static/*

eval_frame 相关代码

  • paddle/fluid/pybind/*(监控 pybind 全部代码)

Python 端全部代码

  • python/*
  • test/sot

相关链接:

@paddle-bot
Copy link

paddle-bot bot commented Oct 12, 2023

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@paddle-bot paddle-bot bot added the contributor External developers label Oct 12, 2023
@SigureMo SigureMo self-requested a review October 12, 2023 11:52
@SigureMo SigureMo self-assigned this Oct 12, 2023
)

run_sot_ut="OFF"
for change_fie in $(git diff --name-only upstream/develop);
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
for change_fie in $(git diff --name-only upstream/develop);
for change_file in $(git diff --name-only upstream/develop);

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)
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
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

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

@SigureMo SigureMo changed the title [sot][ci] add check file run [TOS][ci] add check file run Oct 13, 2023
@SigureMo SigureMo changed the title [TOS][ci] add check file run [SOT][ci] add check file run Oct 13, 2023
@SigureMo SigureMo changed the title [SOT][ci] add check file run [TOS][ci] add check file run Oct 13, 2023
@gouzil gouzil changed the title [TOS][ci] add check file run [SOT][ci] add check file run Oct 15, 2023
Copy link
Member

@SigureMo SigureMo left a comment

Choose a reason for hiding this comment

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

LGTMeow 🐾

Copy link
Contributor

@risemeup1 risemeup1 left a comment

Choose a reason for hiding this comment

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

LGTM

@SigureMo SigureMo merged commit f3f04da into PaddlePaddle:develop Oct 16, 2023
jiahy0825 pushed a commit to jiahy0825/Paddle that referenced this pull request Oct 16, 2023
@gouzil gouzil deleted the ci_check_sot branch October 16, 2023 08:19
danleifeng pushed a commit to danleifeng/Paddle that referenced this pull request Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants