Skip to content

fix yq download#4750

Merged
zjjlivein merged 1 commit into
PaddlePaddle:developfrom
zjjlivein:fix_yq_download_ce
Jul 7, 2026
Merged

fix yq download#4750
zjjlivein merged 1 commit into
PaddlePaddle:developfrom
zjjlivein:fix_yq_download_ce

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

@risemeup1111 risemeup1111 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

未发现需要阻塞合入的代码问题。这个 PR 只调整了 fleet-model-testyq 的下载源;我验证了工作流 YAML 可解析,也确认当前镜像文件是 mikefarah/yq v4.53.3。当前还有部分 CI 仍在运行,建议等结果完成后再合入。

  • P3 优先级:P3 非行级:PR 描述仍是模板,无法附到 diff 行。当前描述没有说明为什么要把 yq 从 GitHub release 切到 BOS 镜像,也没有给出验证方式;后续排查 CI 依赖问题时会缺少背景。建议把描述改成类似:“将 fleet-model-test 中 yq 下载源切换到 Paddle 内部 BOS 镜像,避免 CI 访问 GitHub release 不稳定;验证方式:fleet-model-test / 相关集成测试通过。”
Powered by Nyanpasu with gpt-5.5 xhigh, please check the suggestions carefully.

@Paddle-CI-Bot

Copy link
Copy Markdown

PaddleFormers Log Analysis

Run #28858898199 · Attempt 1

日志分析报告

流水线名称 问题标签 修复建议 日志片段
Fleet Model Test / Integration test (H20, multi-card) 网络/代理故障 runner 代理(proxy)502 导致 git clone GitHub 失败,与本 PR 无关,直接 rerun 报错代码

失败的测试case:

无具体测试 case 执行,CI 在 "Install PaddleFormers" 阶段即退出:
git clone https://github.com/PaddlePaddle/PaddleFormers.git -b develop
fatal: unable to access '...': CONNECT tunnel failed, response 502
exit code 128

根本原因分析:
runner yqlcc01-bbc-yqonlinea-com-1567435 上的 HTTP CONNECT 代理返回 502,导致 git clone GitHub 仓库失败,任务在安装阶段就终止,与 PR #4750(fix yq download)的代码改动无关。

修复建议:

  1. 直接 rerun 该 job,确认是否偶发网络抖动。
  2. 若持续 502,检查该 runner 机器上的代理配置(/root/proxy 文件及代理服务状态)是否正常。

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

🔄 每次 Re-run 后自动更新

@zjjlivein zjjlivein merged commit 945c809 into PaddlePaddle:develop Jul 7, 2026
21 of 24 checks passed
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