Skip to content

Conversation

@WoosukKwon
Copy link
Collaborator

No description provided.

@github-actions
Copy link

👋 Hi! Thank you for contributing to the vLLM project.

💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels.

Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run fastcheck CI which starts running only a small and essential subset of CI tests to quickly catch errors. You can run other CI tests on top of those by going to your fastcheck build on Buildkite UI (linked in the PR checks section) and unblock them. If you do not have permission to unblock, ping simon-mo or khluu to add you in our Buildkite org.

Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging.

To run CI, PR reviewers can either: Add ready label to the PR or enable auto-merge.

🚀

@mergify mergify bot added the ci/build label Jul 27, 2025
Copy link
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 is a large-scale effort to deprecate and remove V0 code, which is reflected in the numerous file deletions and updates to the CI pipeline. The changes look good and are consistent with the goal of deprecating V0.

I have one piece of feedback regarding a commented-out test in the Buildkite pipeline configuration. Commenting out tests can obscure potential issues, so it's better to either remove them if they're obsolete or add a TODO to track their re-enablement.

Comment on lines +455 to +461
# - label: Encoder Decoder tests # 5min
# mirror_hardwares: [amdexperimental, amdproduction]
# source_file_dependencies:
# - vllm/
# - tests/encoder_decoder
# commands:
# - pytest -v -s encoder_decoder
Copy link
Contributor

Choose a reason for hiding this comment

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

high

Commenting out tests is generally discouraged as it can hide breakages and regressions. If these Encoder Decoder tests are temporarily disabled, it would be better to add a TODO with a ticket number to track re-enabling them. If they are no longer needed as part of the V0 deprecation, they should be removed entirely to keep the pipeline configuration clean.

Signed-off-by: Woosuk Kwon <[email protected]>
@WoosukKwon WoosukKwon requested a review from ywang96 as a code owner July 27, 2025 19:27
@mergify mergify bot added the v1 label Jul 27, 2025
Signed-off-by: Woosuk Kwon <[email protected]>
Signed-off-by: Woosuk Kwon <[email protected]>
@mergify
Copy link

mergify bot commented Jul 29, 2025

This pull request has merge conflicts that must be resolved before it can be
merged. Please rebase the PR, @WoosukKwon.

https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork

@mergify mergify bot added the needs-rebase label Jul 29, 2025
@hmellor hmellor moved this to In Progress in V0 Deprecation Jul 31, 2025
@WoosukKwon WoosukKwon closed this Sep 15, 2025
@github-project-automation github-project-automation bot moved this from In Progress to Done in V0 Deprecation Sep 15, 2025
@hmellor hmellor deleted the woosuk/remove-v0 branch September 15, 2025 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants