Skip to content

[CI] Adjust CI checks for release/online/20260415#7862

Merged
EmmonsCurse merged 2 commits into
PaddlePaddle:release/online/20260415from
EmmonsCurse:ci_optimize_online_0415
May 20, 2026
Merged

[CI] Adjust CI checks for release/online/20260415#7862
EmmonsCurse merged 2 commits into
PaddlePaddle:release/online/20260415from
EmmonsCurse:ci_optimize_online_0415

Conversation

@EmmonsCurse
Copy link
Copy Markdown
Collaborator

@EmmonsCurse EmmonsCurse commented May 20, 2026

Motivation

Adjust the CI configuration for the release/online/20260415 branch by removing XPU- and Iluvatar-related CI checks and restoring the Codestyle-Check workflow to improve CI efficiency and maintainability.

Modifications

  • Codestyle-Check.yml: changed branch matching pattern from release/* to release/** to support multi-level release branches (e.g. release/online/20260415)

  • ci_iluvatar.yml, ci_metax.yml, ci_xpu.yml: changed branch matching pattern from release/** to release/* so these CI workflows are not triggered on multi-level release branches

  • check-bypass.yml: added team member freeliuzc

  • fused_moe_cutlass_backend.py: migrated paddle.incubate.nn.functional.swiglu to the stable API paddle.nn.functional.swiglu; removed two use_fused_cast=use_fused arguments

  • tests/input/test_process_stop_token_ids.py: fixed import path (utils.commonutils) and updated docstrings; added trailing newline at end of file

  • tests/layers/test_speculative_sampler.py: changed top_k dtype from int32 to int64

  • tests/model_executor/test_ep.py: added missing fd_config argument to test invocation

Usage or Command

N/A

Accuracy Tests

N/A

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.

@paddle-bot
Copy link
Copy Markdown

paddle-bot Bot commented May 20, 2026

Thanks for your contribution!

PaddlePaddle-bot

This comment was marked as outdated.

@PaddlePaddle-bot
Copy link
Copy Markdown

PaddlePaddle-bot commented May 20, 2026

🤖 Paddle-CI-Agent | ci_status_monitor | 2026-05-20 16:18:34

CI报告基于以下代码生成(30分钟更新一次):


1 任务总览

当前无 Required 失败任务,但仍有 1 个 Required 任务运行中,需等待完成后再判断是否可合入;Optional 有 1 个失败任务,不阻塞合并。

总执行(rerun次数) 总任务 ✅ 通过 ❌ 失败 ⏳ 运行中 ⏸️ 等待中 跳过
20(0) 20 13 1 1 0 5

2 任务状态汇总

日志列说明:失败任务直接使用日志链接;运行中任务链接到对应 workflow/job 页面。

2.1 Required任务 : 1/7 通过

必选任务阻塞合并,失败需优先处理;当前无 Required 失败,但仍需等待运行中任务结束。

状态 任务 耗时 根因 修复建议 日志 重跑
Run FastDeploy Unit Tests and Coverage / run_tests_with_coverage - 运行中 等待任务完成 Job -
⏭️ 其余 5 个必选任务跳过 - 跳过 无需处理 CI 详情 -
其余 1 个必选任务通过 - - - - -

2.2 可选任务 — 12/13 通过

可选任务不阻塞合并,失败仅供参考。

状态 任务 耗时 日志 重跑
Trigger Jenkins for PR 1m5s Job -
其余 12 个可选任务通过 - - -

3 失败详情(仅 required)

无 Required 失败任务,本轮不触发深度失败分析。

备注:Optional 失败任务 CI_METAX / Trigger Jenkins for PR 不阻塞合并,且按 ci_status_monitor 规则不进行深度分析。

@EmmonsCurse
Copy link
Copy Markdown
Collaborator Author

/skip-ci ci_iluvatar
/skip-ci ci_hpu
/skip-ci build_xpu
/skip-ci gpu_4cards_test
/skip-ci pre_ce_test
/skip-ci stable_test
/skip-ci base_test
/skip-ci logprob_test

PaddlePaddle-bot

This comment was marked as resolved.

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (release/online/20260415@55eb3a6). Learn more about missing BASE report.

Additional details and impacted files
@@                    Coverage Diff                     @@
##             release/online/20260415    #7862   +/-   ##
==========================================================
  Coverage                           ?   73.42%           
==========================================================
  Files                              ?      383           
  Lines                              ?    53782           
  Branches                           ?     8437           
==========================================================
  Hits                               ?    39490           
  Misses                             ?    11605           
  Partials                           ?     2687           
Flag Coverage Δ
GPU 73.42% <100.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@EmmonsCurse EmmonsCurse merged commit 5babb00 into PaddlePaddle:release/online/20260415 May 20, 2026
21 of 22 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