Skip to content

[CI] test paddle bot post monitor#4502

Open
zjjlivein wants to merge 1 commit into
developfrom
test——bot_post_monitor

Hidden character warning

The head ref may contain hidden characters: "test\u2014\u2014bot_post_monitor"
Open

[CI] test paddle bot post monitor#4502
zjjlivein wants to merge 1 commit into
developfrom
test——bot_post_monitor

Conversation

@zjjlivein
Copy link
Copy Markdown
Collaborator

Before submitting

  • Lint code. If there are lint issues, please format the code first.
# Install and register `pre-commit` in the project folder
pip install pre-commit && pre-commit install

# Process previous code files separately
pre-commit run --file XXXX.py
  • Add test cases into tests folder. If there are codecov issues, please add tests cases first.

PR types

PR changes

Description

@paddle-bot
Copy link
Copy Markdown

paddle-bot Bot commented May 20, 2026

Thanks for your contribution!

@Paddle-CI-Bot
Copy link
Copy Markdown

Paddle-CI-Bot commented May 21, 2026

PaddleFormers Log Analysis

Run #26201364388 · Attempt 5

日志分析报告

流水线名称 问题标签 修复建议
Fleet Model Test 单测失败 GLM4.5 sft、GLM4.5 lora、GLM4.5 dpo 三个测试失败,需要检查这些测试的配置和依赖。

失败的测试case:

- GLM4.5 sft (step 5)
- GLM4.5 lora (step 7)
- GLM4.5 dpo (step 8)

根本原因分析:
从CI日志元数据显示,这三个测试步骤的conclusion为"failure",但日志内容显示的是Qwen3VL相关的训练测试(qwen3vl_sft_fsdp、qwen3vl_sft_moe等)均成功完成(exit code 0,loss check passed)。这表明:

  1. GLM4.5相关的测试脚本可能未被正确执行或日志未被完整记录
  2. 可能存在测试脚本路径或配置文件问题
  3. 需要检查GLM4.5相关的测试配置文件是否存在

修复建议:

  1. 检查 tests/integration_test/ 目录下GLM4.5相关的测试脚本是否存在且可执行
  2. 验证GLM4.5的配置文件路径:tests/config/ci/glm4_5_*.yaml 是否正确
  3. 检查PR修改是否影响了GLM4.5模型的导入或配置加载
  4. 建议rerun此CI任务以确认是否为偶现问题

🔄 每次 Re-run 后自动更新

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.

2 participants