[CI] Adjust CI checks for release/online/20260415#7862
Conversation
|
Thanks for your contribution! |
CI报告基于以下代码生成(30分钟更新一次): 1 任务总览当前无 Required 失败任务,但仍有 1 个 Required 任务运行中,需等待完成后再判断是否可合入;Optional 有 1 个失败任务,不阻塞合并。
2 任务状态汇总日志列说明:失败任务直接使用日志链接;运行中任务链接到对应 workflow/job 页面。 2.1 Required任务 : 1/7 通过
2.2 可选任务 — 12/13 通过
3 失败详情(仅 required)无 Required 失败任务,本轮不触发深度失败分析。
|
|
/skip-ci ci_iluvatar |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/online/20260415 #7862 +/- ##
==========================================================
Coverage ? 73.42%
==========================================================
Files ? 383
Lines ? 53782
Branches ? 8437
==========================================================
Hits ? 39490
Misses ? 11605
Partials ? 2687
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
5babb00
into
PaddlePaddle:release/online/20260415
Motivation
Adjust the CI configuration for the
release/online/20260415branch by removing XPU- and Iluvatar-related CI checks and restoring theCodestyle-Checkworkflow to improve CI efficiency and maintainability.Modifications
Codestyle-Check.yml: changed branch matching pattern fromrelease/*torelease/**to support multi-level release branches (e.g.release/online/20260415)ci_iluvatar.yml,ci_metax.yml,ci_xpu.yml: changed branch matching pattern fromrelease/**torelease/*so these CI workflows are not triggered on multi-level release branchescheck-bypass.yml: added team memberfreeliuzcfused_moe_cutlass_backend.py: migratedpaddle.incubate.nn.functional.swigluto the stable APIpaddle.nn.functional.swiglu; removed twouse_fused_cast=use_fusedargumentstests/input/test_process_stop_token_ids.py: fixed import path (utils.common→utils) and updated docstrings; added trailing newline at end of filetests/layers/test_speculative_sampler.py: changedtop_kdtype fromint32toint64tests/model_executor/test_ep.py: added missingfd_configargument to test invocationUsage or Command
N/A
Accuracy Tests
N/A
Checklist
[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]]pre-commitbefore commit.releasebranch, make sure the PR has been submitted to thedevelopbranch, then cherry-pick it to thereleasebranch with the[Cherry-Pick]PR tag.