Skip to content

[CI][AMD][BugFix] Skip tests in test_unquantized_backend_selection that should not run on ROCm#34655

Merged
yewentao256 merged 5 commits intovllm-project:mainfrom
rasmith:ransmith_cleanup_after_33715
Feb 18, 2026
Merged

[CI][AMD][BugFix] Skip tests in test_unquantized_backend_selection that should not run on ROCm#34655
yewentao256 merged 5 commits intovllm-project:mainfrom
rasmith:ransmith_cleanup_after_33715

Conversation

@rasmith
Copy link
Copy Markdown
Contributor

@rasmith rasmith commented Feb 16, 2026

Purpose

This PR introduced tests that are not able to run on ROCm, so a PR is needed to skip those tests on ROCm platforms, in addition to any other platforms that are not applicable.

Test Plan

pytest -sv kernels/moe

Test Result

1956 passed, 5402 skipped, 8 warnings


Essential Elements of an Effective PR Description Checklist
  • [ X] The purpose of the PR, such as "Fix some issue (link existing issues this PR will resolve)".
  • [ X] The test plan, such as providing test command.
  • [ X] The test results, such as pasting the results comparison before and after, or e2e results
  • (Optional) The necessary documentation update, such as updating supported_models.md and examples for a new model.
  • (Optional) Release notes update. If your change is user facing, please update the release notes draft in the Google Doc.

Signed-off-by: Randall Smith <Randall.Smith@amd.com>
Signed-off-by: Randall Smith <Randall.Smith@amd.com>
@mergify mergify Bot added rocm Related to AMD ROCm bug Something isn't working labels Feb 16, 2026
@github-project-automation github-project-automation Bot moved this to Todo in AMD Feb 16, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request correctly skips CUDA-specific tests in test_unquantized_backend_selection.py when running on non-CUDA platforms like ROCm. The changes are straightforward and use pytest.mark.skipif with current_platform.is_cuda() to conditionally disable tests, which is the correct approach for this scenario. The implementation is clean and addresses the CI bug effectively. I have no further comments.

Copy link
Copy Markdown
Member

@yewentao256 yewentao256 left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for the work!

@yewentao256 yewentao256 added the ready ONLY add when PR is ready to merge/full CI is needed label Feb 17, 2026
@yewentao256 yewentao256 merged commit fcd6ac9 into vllm-project:main Feb 18, 2026
15 checks passed
@github-project-automation github-project-automation Bot moved this from Todo to Done in AMD Feb 18, 2026
jmamou pushed a commit to jmamou/vllm that referenced this pull request Feb 23, 2026
…at should not run on ROCm (vllm-project#34655)

Signed-off-by: Randall Smith <Randall.Smith@amd.com>
Copilot AI pushed a commit to machov/vllm that referenced this pull request Mar 10, 2026
…at should not run on ROCm (vllm-project#34655)

Signed-off-by: Randall Smith <Randall.Smith@amd.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working ready ONLY add when PR is ready to merge/full CI is needed rocm Related to AMD ROCm

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants