[CI] DEBUG validate installation of paddleformers[paddlefleet]==1.1.0.dev20260507#7752
[CI] DEBUG validate installation of paddleformers[paddlefleet]==1.1.0.dev20260507#7752EmmonsCurse wants to merge 1 commit intoPaddlePaddle:developfrom
Conversation
|
/skip-ci ci_iluvatar |
|
Thanks for your contribution! |
CI报告基于以下代码生成(30分钟更新一次): 1 任务总览⏳ CI 进行中:6 个 Required 任务尚未完成(5 个运行中,1 个等待中),请等待结果。
2 任务状态汇总2.1 Required任务 : 2/10 通过
2.2 可选任务 — 22/25 通过(另有 5 个已跳过)
3 失败详情(仅 required)无 required 失败任务。 |
PaddlePaddle-bot
left a comment
There was a problem hiding this comment.
🤖 Paddle-CI-Agent | pr_review |
2026-05-08 17:54:52
📋 Review 摘要
PR 概述:在所有 CI workflow 中临时添加 paddleformers[paddlefleet]==1.1.0.dev20260507 的安装验证逻辑,并调整 paddlepaddle-gpu nightly 的安装顺序
变更范围:.github/workflows/(8 个 workflow 文件)
影响面 Tag:[CI]
📝 PR 规范检查
PR 标题使用了官方 [CI] Tag,描述包含全部必填 section(Motivation / Modifications / Usage or Command / Accuracy Tests / Checklist),格式合规 ✅
问题
| 级别 | 文件 | 概述 |
|---|---|---|
| ❓ 疑问 | PR 级别 | 标题标注 "DEBUG"、描述明确说 "temporary CI changes",请确认合入策略:验证通过后是否会还原/清理这些临时改动? |
| 🟡 建议 | PR 级别 | 8 个 workflow 中均硬编码了 paddleformers[paddlefleet]==1.1.0.dev20260507(含日期后缀的 dev 版本),后续维护成本较高;建议验证通过后更换为稳定版本或通过变量统一管理版本号 |
总体评价
本 PR 为临时调试性 CI 变更,安装逻辑调整(先装 paddleformers 让其依赖落位,再强制覆盖为 nightly paddlepaddle-gpu)技术上合理。建议确认临时调试完成后及时清理,避免含日期后缀的 dev 包版本号长期遗留在 CI 中。
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #7752 +/- ##
==========================================
Coverage ? 71.47%
==========================================
Files ? 396
Lines ? 55577
Branches ? 8688
==========================================
Hits ? 39724
Misses ? 13109
Partials ? 2744
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:
|
Motivation
Validate the installation behavior and compatibility of
paddleformers[paddlefleet]==1.1.0.dev20260507in the current CI environment for debugging and verification purposes.Modifications
paddleformers[paddlefleet]==1.1.0.dev20260507Usage 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.