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

update ci manual #4981

Merged
merged 3 commits into from
Jul 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions docs/dev_guides/git_guides/paddle_ci_manual_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,6 @@ git commit -m 'test=document_fix'
- 框架API测试脚本([PaddlePaddle/PaddleTest](https://github.com/PaddlePaddle/PaddleTest)):`PaddleTest/framework/api/run_paddle_ci.sh`
- 预测API测试脚本([PaddlePaddle/PaddleTest](https://github.com/PaddlePaddle/PaddleTest)):`PaddleTest/inference/python_api_test/parallel_run.sh `

#### PR-CI-ScienceTest

该CI主要是为了科学计算相关的单测是否通过。此CI使用`PR-CI-Build`的编译产物,无需单独编译。

- 测试脚本([PaddlePaddle/PaddleScience](https://github.com/PaddlePaddle/PaddleScience)):`PaddleScience/tests/test_examples/run.sh`

#### PR-CI-OP-benchmark

该CI主要的功能是PR中的修改是否会造成OP性能下降或者精度错误。此CI使用`PR-CI-Build`的编译产物,无需单独编译。
Expand Down Expand Up @@ -119,13 +113,6 @@ git commit -m 'test=document_fix'

- 执行脚本:`paddle/scripts/paddle_build.sh build_and_check_gpu`

#### PR-CI-infrt

该CI主要是为了检测infrt是否编译与单测通过

- 编译脚本:`paddle/scripts/infrt_build.sh build_only`
- 测试脚本:`paddle/scripts/infrt_build.sh test_only`

#### PR-CI-CINN

该CI主要是为了编译含CINN的Paddle,并运行Paddle-CINN对接的单测,保证训练框架进行CINN相关开发的正确性。
Expand Down
Binary file modified docs/dev_guides/images/ci_exec_order.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.