Skip to content

[CI] Fix CI build bypass#78573

Merged
SigureMo merged 2 commits intoPaddlePaddle:developfrom
swgu98:ci/bypass-build-output
Apr 4, 2026
Merged

[CI] Fix CI build bypass#78573
SigureMo merged 2 commits intoPaddlePaddle:developfrom
swgu98:ci/bypass-build-output

Conversation

@swgu98
Copy link
Copy Markdown
Member

@swgu98 swgu98 commented Apr 3, 2026

PR Category

Environment Adaptation

PR Types

Others

Description

豁免build则后续都跳过

是否引起精度变化

@paddle-bot
Copy link
Copy Markdown

paddle-bot bot commented Apr 3, 2026

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

Comment on lines 57 to 63
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

后面这块删了吧

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

好的喵老师

Copy link
Copy Markdown
Contributor

@ShigureNyako ShigureNyako left a comment

Choose a reason for hiding this comment

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

我看过这次修改,方向是对的。

核心修复点是把 build bypass 信号从 _Linux-build.yml 直接透传出来,并在 CI-Build.yml 下游子流程里拆分出 build-can-skipcan-skip 两路信号。这样可以避免 build job 因 bypass 被 skip 时,jobs.build.outputs.can-skip 取不到值,导致后续 workflow 误继续执行。

我也核对了当前这次提交触发出来的 CI 表现:Linux-build / Build 已按预期 skipped,Static-CheckCE-FrameworkCE-CINN-FrameworkApi-BenchmarkModel-BenchmarkDoc-PreviewSliceDeepMD-Kit-Test 这些后续分支也同步进入 skipped,和修复目标一致。新增的 build-can-skip 输入都带了默认值,对其他调用方也比较安全。

当前还有部分 CI 在运行;Linux-IXUCA 的失败日志显示是 Paddle-iluvatar 补丁无法 apply,与这次改动触及的 workflow 路径没有直接对应关系。整体看实现和兼容性都可以通过。

@SigureMo SigureMo changed the title [CI] fix ci build bypass [CI] Fix CI build bypass Apr 4, 2026
@SigureMo SigureMo merged commit b79c726 into PaddlePaddle:develop Apr 4, 2026
84 of 85 checks passed
@swgu98 swgu98 deleted the ci/bypass-build-output branch April 6, 2026 10:33
liuhao2638 pushed a commit to liuhao2638/Paddle that referenced this pull request Apr 7, 2026
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.

3 participants