Skip to content

Commit 3ae1acd

Browse files
authored
[CI] Update build_sm90_rl image and refine coverage reporting (#7796)
1 parent a3302f9 commit 3ae1acd

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/_unit_test_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ jobs:
394394
wget -O ${filename} ${diff_cov_result_json_url} || echo "Download cov json file failed, but continuing..."
395395
fi
396396
if [ -f "${filename}" ];then
397-
echo "Failed test cases:"
397+
echo "GPU Patch Coverage Details:"
398398
if command -v jq >/dev/null 2>&1; then
399399
jq . "${filename}"
400400
else

.github/workflows/ce_job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
if: ${{ needs.ce_job_pre_check.outputs.sm8090_match == 'true' }}
195195
uses: ./.github/workflows/_build_linux_rl.yml
196196
with:
197-
DOCKER_IMAGE: iregistry.baidu-int.com/paddlepaddle/base-images:paddlecloud-ubuntu24.04-gcc13.3-cuda12.9-cudnn9.9-bccl1.4.1.4-nccl2.26.5-openmpi4.1.5-FleetY13.5.0H-rc9
197+
DOCKER_IMAGE: iregistry.baidu-int.com/paddlepaddle/base-images:paddlecloud-ubuntu24.04-gcc13.3-cuda12.9-cudnn9.9-bccl1.4.1.4-nccl2.26.5-openmpi4.1.5-FleetY13.4.1H-rc2
198198
FASTDEPLOY_ARCHIVE_URL: ${{ needs.clone.outputs.repo_archive_url }}
199199
COMPILE_ARCH: "90"
200200
WITH_NIGHTLY_BUILD: OFF

scripts/.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ omit =
3030
*/site-packages/*/fastdeploy/model_executor/ops/gpu*
3131
*/fastdeploy/benchmarks/lib/endpoint_request_func.py
3232
*/fastdeploy/model_executor/graph_optimization/utils.py
33+
*/fastdeploy/model_executor/layers/sample/ops/top_k_top_p_triton.py
3334
*/fastdeploy/model_executor/ops/gpu/fastdeploy_ops.py
3435
*/fastdeploy/model_executor/ops/gpu/fastdeploy_ops/__init__.py
3536
*/fastdeploy/model_executor/ops/gpu/deep_gemm/utils.py

0 commit comments

Comments
 (0)