Skip to content

[Metax][CI] fix ci bugs#7929

Merged
plusNew001 merged 7 commits into
PaddlePaddle:developfrom
plusNew001:0525-ci-update
May 26, 2026
Merged

[Metax][CI] fix ci bugs#7929
plusNew001 merged 7 commits into
PaddlePaddle:developfrom
plusNew001:0525-ci-update

Conversation

@plusNew001
Copy link
Copy Markdown
Collaborator

Motivation

💡 If this PR is a Cherry Pick, the PR title needs to follow the format by adding the [Cherry-Pick] label at the very beginning and appending the original PR ID at the end. For example, [Cherry-Pick][CI] Add check trigger and logic(#5191)

💡 如若此PR是Cherry Pick,PR标题需遵循格式,在最开始加上[Cherry-Pick]标签,以及最后面加上原PR ID,例如[Cherry-Pick][CI] Add check trigger and logic(#5191)

Modifications

Usage or Command

Accuracy Tests

Checklist

  • Add at least a tag in the PR title.
    • Tag list: [[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]]
    • You can add new tags based on the PR content, but the semantics must be clear.
  • Format your code, run pre-commit before commit.
  • Add unit tests. Please write the reason in this PR if no unit tests.
  • Provide accuracy results.
  • If the current PR is submitting to the release branch, make sure the PR has been submitted to the develop branch, then cherry-pick it to the release branch with the [Cherry-Pick] PR tag.

Copilot AI review requested due to automatic review settings May 26, 2026 09:23
@paddle-bot
Copy link
Copy Markdown

paddle-bot Bot commented May 26, 2026

Thanks for your contribution!

@paddle-bot paddle-bot Bot added the contributor External developers label May 26, 2026
@plusNew001
Copy link
Copy Markdown
Collaborator Author

/skip-ci all

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

该 PR 聚焦于修复/稳定 Metax 相关 CI:调整 CI_METAX 工作流,避免在触发 Jenkins 任务前执行高风险/易失败的工作区清理操作,从而降低自托管 runner 上的 CI 失败概率。

Changes:

  • 移除 .github/workflows/ci_metax.yml 中的 Cleanup 步骤(rm -rf * .[^.]*)。
  • 保持其余流程不变:在自托管 XPU-P800 runner 上通过 MetaX-MACA/simple-jenkins-githubaction@v1.2 触发 Jenkins 的 paddle_fastdeploy_metax_smoketest 任务。

备注:PR 描述的 Motivation/Modifications/Usage/Tests 目前未填写,建议补充该变更要解决的具体 CI 报错现象与复现/验证方式,方便后续维护与回溯。

@plusNew001 plusNew001 merged commit afbd674 into PaddlePaddle:develop May 26, 2026
41 of 43 checks passed
Copy link
Copy Markdown

@PaddlePaddle-bot PaddlePaddle-bot left a comment

Choose a reason for hiding this comment

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

🤖 Paddle-CI-Agent | pr_review | 2026-05-26 17:28:12

📋 Review 摘要

PR 概述:移除 Metax CI workflow 中的 Cleanup 步骤以修复 CI 问题
变更范围.github/workflows/ci_metax.yml
影响面 TagCI Metax

问题

级别 文件 概述
📝 PR 规范 PR 描述 MotivationModifications 章节内容为空,仅保留了 HTML 注释占位符

📝 PR 规范检查

PR 标题格式符合规范(含两个官方 Tag [Metax][CI])。PR 描述中 ## Motivation## Modifications 章节内容为空(仅有 HTML 注释占位符),需补充实际内容。

标题建议(可直接复制):

  • [Metax][CI] fix ci bugs ✓ 已符合规范,无需修改

PR 描述建议(可直接复制,必须复刻 checklist §D2 模板的完整结构):

## Motivation
移除 `.github/workflows/ci_metax.yml` 中过于激进的 Cleanup 步骤(`rm -rf * .[^.]*`),该步骤会在触发 Jenkins job 前删除工作目录下所有文件(含隐藏文件),可能导致 GitHub Actions runner 运行环境异常,从而引发 CI 失败。

## Modifications
- 删除 `.github/workflows/ci_metax.yml` 中的 `Cleanup` 步骤,该步骤执行 `rm -rf * .[^.]*` 清理工作目录

## Usage or Command
N/A

## Accuracy Tests
N/A

## Checklist

- [x] Add at least a tag in the PR title.
  - Tag list: [`[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]`]
  - You can add new tags based on the PR content, but the semantics must be clear.
- [x] Format your code, run `pre-commit` before commit.
- [x] Add unit tests. Please write the reason in this PR if no unit tests.
- [ ] Provide accuracy results.
- [ ] If the current PR is submitting to the `release` branch, make sure the PR has been submitted to the `develop` branch, then cherry-pick it to the `release` branch with the `[Cherry-Pick]` PR tag.

总体评价

变更内容简洁明确,删除有潜在风险的 Cleanup 步骤是合理的修复。建议补充 PR 描述中的 Motivation 和 Modifications 内容。

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

Labels

contributor External developers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants