Skip to content

[Execute Infrastructure] Remove PaddleFleet CI log analysis workflow - #1733

Merged
swgu98 merged 2 commits into
PaddlePaddle:developfrom
risemeup1111:remove-paddle-ci-bot-pr-comments
Aug 13, 2026
Merged

[Execute Infrastructure] Remove PaddleFleet CI log analysis workflow#1733
swgu98 merged 2 commits into
PaddlePaddle:developfrom
risemeup1111:remove-paddle-ci-bot-pr-comments

Conversation

@risemeup1111

@risemeup1111 risemeup1111 commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

PR Category

Execute Infrastructure

PR Types

Improvements

Description

删除 .github/workflows/fleet_ci_log_analysis.yml,彻底停用 PaddleFleet CI 日志分析机器人。

合入后将同时停止:

  • 分析 TestTest-releaseCE Daily DevCE Daily Release 的失败日志
  • 写入 Actions Summary
  • 向监控系统上报分析结果
  • 在 PaddleFleet PR 评论区创建或更新 Paddle-CI-Bot 评论

验证:

  • 相对 develop 的最终差异仅删除该 workflow,共 338 行
  • git diff --check 通过
  • 仓库内不存在该 workflow、评论 marker、paddle_ci_bot.pyreport_monitor.py 的残留引用

是否引起精度变化

@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@Paddle-CI-Bot

Copy link
Copy Markdown

PaddleFleet Log Analysis

Run #31676719249 · Attempt 1

日志分析报告

流水线名称 问题标签 修复建议 日志片段
Build Fleet whl pip 依赖解析失败(wrapt 无匹配发行版) 在 build 镜像 cuda12.9-cudnn9.9-trt10.5-gcc11wrapt 无法通过 pip 安装,需指定版本(如 wrapt==1.16.0)或在 CI 脚本中改用 uv pip install wrapt 报错代码

失败的测试case:

N/A — 构建阶段失败,未进入测试阶段
下游所有 job 均被跳过:
  - Unit test (single-card)   [skipped]
  - Unit test (multi-card)    [skipped]
  - Integration test (H20, single card) [skipped]
  - Integration test (H20, multi-card) [skipped]
  - Integration test (A100)   [skipped]
  - Coverage Upload And Check [skipped]

根本原因分析:

pip install wrapt 在构建容器 paddle_manylinux_devel:cuda12.9-cudnn9.9-trt10.5-gcc11 中找不到任何可用版本(Could not find a version that satisfies the requirement wrapt),导致依赖安装步骤以 exit code 1 退出,whl 构建未开始。此失败与 PR #1733 的改动(仅修改了 fleet_ci_log_analysis.yml workflow 文件,停止在 PR 评论区发布 CI 分析)完全无关。

修复建议:

  1. 在 CI 脚本中将 wrapt 改为带版本号的安装:wrapt==1.16.0,避免 pip 在受限网络/镜像内找不到包。
  2. 或切换为 uv pip install wrapt(与同步骤其他包保持一致的 uv 安装方式)。
  3. 短期可在该镜像中验证 pip install wrapt==1.16.0 是否可达,若仍失败则检查 pip 源配置或在镜像中预装 wrapt
  4. 修复后对 PR [Execute Infrastructure] Remove PaddleFleet CI log analysis workflow #1733 重新触发 CI(/rerun 或重新 push)。

🔍 准确性记录:请点击评论底部 😊 图标,选择 👍(准确)或 👎(有误),将自动记录到 CI 监控系统

🔄 每次 Re-run 后自动更新

@risemeup1111 risemeup1111 changed the title [Execute Infrastructure] Stop posting CI analysis PR comments [Execute Infrastructure] Remove PaddleFleet CI log analysis workflow Aug 13, 2026
@swgu98
swgu98 merged commit 50a94b9 into PaddlePaddle:develop Aug 13, 2026
40 of 51 checks passed
@risemeup1111

Copy link
Copy Markdown
Contributor Author

✅ Cherry-pick successful! Created PR: #1738

risemeup1111 added a commit to risemeup1111/PaddleFleet that referenced this pull request Aug 17, 2026
…addlePaddle#1733)

Co-authored-by: risemeup1111 <276312085+risemeup1111@users.noreply.github.com>
@risemeup1111

Copy link
Copy Markdown
Contributor Author

ℹ️ Cherry-pick PR already exists: #1738

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants