Skip to content

[CI] Optimize test execution with single-GPU parallelism#7085

Merged
DDDivano merged 6 commits intoPaddlePaddle:developfrom
EmmonsCurse:ci_optimize_dev_330
Apr 1, 2026
Merged

[CI] Optimize test execution with single-GPU parallelism#7085
DDDivano merged 6 commits intoPaddlePaddle:developfrom
EmmonsCurse:ci_optimize_dev_330

Conversation

@EmmonsCurse
Copy link
Copy Markdown
Collaborator

Motivation

Current unittest execution runs mostly in a sequential manner, leading to low GPU utilization and long CI turnaround time.
In addition, when tests fail, logs are scattered and not easy to locate, which increases debugging cost.

Modifications

  • Introduce single-GPU parallel execution by splitting independent tests into multiple shards
  • Classify tests into multi-GPU and single-GPU to ensure correct scheduling
  • Execute multi-GPU tests sequentially to avoid resource conflicts
  • Isolate log directories per test and collect logs on failure
  • Package and upload logs for easier debugging and traceability

Usage or Command

N/A

Accuracy Tests

N/A

Checklist

  • Add at least a tag in the PR title.
    • Tag list: [[FDConfig],[APIServer],[Engine], [Scheduler], [PD Disaggregation], [Executor], [Graph Optimization], [Speculative Decoding], [RL], [Models], [Quantization], [Loader], [OP], [KVCache], [DataProcessor], [BugFix], [Docs], [CI], [Optimization], [Feature], [Benchmark], [Others], [XPU], [HPU], [GCU], [DCU], [Iluvatar], [Metax]]
    • You can add new tags based on the PR content, but the semantics must be clear.
  • Format your code, run pre-commit before commit.
  • Add unit tests. Please write the reason in this PR if no unit tests.
  • Provide accuracy results.
  • If the current PR is submitting to the release branch, make sure the PR has been submitted to the develop branch, then cherry-pick it to the release branch with the [Cherry-Pick] PR tag.

@EmmonsCurse
Copy link
Copy Markdown
Collaborator Author

/skip-ci ci_iluvatar
/skip-ci ci_hpu
/skip-ci build_xpu
/skip-ci gpu_4cards_test
/skip-ci pre_ce_test
/skip-ci stable_test
/skip-ci base_test
/skip-ci logprob_test

@paddle-bot
Copy link
Copy Markdown

paddle-bot Bot commented Mar 30, 2026

Thanks for your contribution!

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (develop@3651113). Learn more about missing BASE report.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop    #7085   +/-   ##
==========================================
  Coverage           ?   72.34%           
==========================================
  Files              ?      376           
  Lines              ?    52766           
  Branches           ?     8236           
==========================================
  Hits               ?    38172           
  Misses             ?    11961           
  Partials           ?     2633           
Flag Coverage Δ
GPU 72.34% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@DDDivano DDDivano merged commit c6f0c5c into PaddlePaddle:develop Apr 1, 2026
38 checks passed
mattheliu pushed a commit to mattheliu/FastDeploy that referenced this pull request Apr 1, 2026
…e#7085)

* [CI] Optimize test execution with single-GPU parallelism and log collection

* remove export CUDA_VISIBLE_DEVICES

* fix path error

* fix log_* path and debug

* [CI] Optimize test execution with single-GPU parallelism and log collection
EmmonsCurse added a commit to EmmonsCurse/FastDeploy that referenced this pull request Apr 1, 2026
EmmonsCurse added a commit that referenced this pull request Apr 2, 2026
… (#7140)

* [Cherry-Pick][CI] Sync parallelism optimization from dev to 2.5 (#7085)
xiaoguoguo626807 pushed a commit to xiaoguoguo626807/FastDeploy that referenced this pull request May 7, 2026
…e#7085)

* [CI] Optimize test execution with single-GPU parallelism and log collection

* remove export CUDA_VISIBLE_DEVICES

* fix path error

* fix log_* path and debug

* [CI] Optimize test execution with single-GPU parallelism and log collection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants