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 on_infer in Coverage CI #60654

Merged
Merged
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
2 changes: 2 additions & 0 deletions paddle/scripts/paddle_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4202,13 +4202,15 @@ function main() {
;;
cpu_cicheck_coverage)
check_diff_file_for_coverage
export ON_INFER=ON
run_setup ${PYTHON_ABI:-""} bdist_wheel ${parallel_number}
enable_unused_var_check
check_coverage_added_ut
check_coverage_build
;;
gpu_cicheck_coverage)
export FLAGS_PIR_OPTEST=True
export ON_INFER=ON
export COVERAGE_FILE=${PADDLE_ROOT}/build/python-coverage.data
is_run_distribute_in_op_test
parallel_test
Expand Down