Skip to content

[XPU][Rebase v0.22] Fix for 0.22 rebase#4059

Merged
hsliuustc0106 merged 1 commit into
vllm-project:mainfrom
xuechendi:xpu_0.22
Jun 2, 2026
Merged

[XPU][Rebase v0.22] Fix for 0.22 rebase#4059
hsliuustc0106 merged 1 commit into
vllm-project:mainfrom
xuechendi:xpu_0.22

Conversation

@xuechendi

Copy link
Copy Markdown
Contributor

PLEASE FILL IN THE PR DESCRIPTION HERE ENSURING ALL CHECKLIST ITEMS (AT THE BOTTOM) HAVE BEEN CONSIDERED.

Purpose

Fix after 0.22 rebase

  1. update .buildkite/pipeline-intel.yaml to VLLM_VERSION: "v0.22.0"
  2. Fix an incorrect skip in tests/helpers/mark.py to make sure xpu tests get run
  3. extend qwen-omni timeout to ensure pass.

Test Plan

Test Result


Essential Elements of an Effective PR Description Checklist
  • The purpose of the PR, such as "Fix some issue (link existing issues this PR will resolve)".
  • The test plan. Please provide the test scripts & test commands. Please state the reasons if your codes don't require additional test scripts. For test file guidelines, please check the test style doc
  • The test results. Please paste the results comparison before and after, or the e2e results.
  • (Optional) The necessary documentation update, such as updating supported_models.md and examples for a new model. Please run mkdocs serve to sync the documentation editions to ./docs.
  • (Optional) Release notes update. If your change is user-facing, please update the release notes draft.

BEFORE SUBMITTING, PLEASE READ https://github.com/vllm-project/vllm-omni/blob/main/CONTRIBUTING.md (anything written below this line will be removed by GitHub Actions)

Signed-off-by: Chendi Xue <chendi.xue@intel.com>

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 144d235e88

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread tests/helpers/mark.py
Comment on lines +24 to +25
if not current_platform.is_cuda():
return marks + [test_distributed]

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Preserve a skip when no requested platform is present

When this helper is evaluated on a non-CUDA host it now returns only marker tags, with no skipif. For multi-platform tests where the other platform helpers also do not add a skip on the current host (for example test_qwen2_5_omni_expansion.py on a CPU-only or otherwise unsupported runner), the test is collected with no active skip and will try to start the large hardware-only model instead of being skipped. The intended XPU fix needs a cross-platform skip only when the current platform is not any of the resources requested, while still avoiding CUDA's skip from suppressing XPU runs.

Useful? React with 👍 / 👎.

@hsliuustc0106

Copy link
Copy Markdown
Collaborator

next time, please pay attention to the rebase PR, cc @tzhouam

@hsliuustc0106 hsliuustc0106 added the ready label to trigger buildkite CI label Jun 2, 2026
@xuechendi

Copy link
Copy Markdown
Contributor Author

CI passed. @hsliuustc0106
Will try to keep up with rebase next time

@hsliuustc0106 hsliuustc0106 merged commit 2a2033d into vllm-project:main Jun 2, 2026
8 checks passed
86MaxCao pushed a commit to 86MaxCao/vllm-omni that referenced this pull request Jun 4, 2026
Signed-off-by: Chendi Xue <chendi.xue@intel.com>
akshatvishu pushed a commit to akshatvishu/vllm-omni that referenced this pull request Jun 13, 2026
Signed-off-by: Chendi Xue <chendi.xue@intel.com>
Signed-off-by: akshatvishu <akshatnayak197@gmail.com>
Nughm3 pushed a commit to Nughm3/vllm-omni that referenced this pull request Jun 18, 2026
Signed-off-by: Chendi Xue <chendi.xue@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready label to trigger buildkite CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants