[CI] Fix wrong path test file, missing rlhf_async_new_apis.py#37532
Merged
vllm-bot merged 1 commit intovllm-project:mainfrom Mar 19, 2026
Merged
[CI] Fix wrong path test file, missing rlhf_async_new_apis.py#37532vllm-bot merged 1 commit intovllm-project:mainfrom
rlhf_async_new_apis.py#37532vllm-bot merged 1 commit intovllm-project:mainfrom
Conversation
Signed-off-by: tjtanaa <tunjian.tan@embeddedllm.com>
Contributor
There was a problem hiding this comment.
Code Review
This pull request corrects a file path in the Buildkite CI configuration. The path to rlhf_async_new_apis.py was updated to reflect its new location in examples/rl/, which should resolve a failing test step. The change is correct and necessary.
DarkLight1337
approved these changes
Mar 19, 2026
fxdawnn
pushed a commit
to fxdawnn/vllm
that referenced
this pull request
Mar 19, 2026
…-project#37532) Signed-off-by: tjtanaa <tunjian.tan@embeddedllm.com>
chooper26
pushed a commit
to intellistream/vllm-hust
that referenced
this pull request
Mar 21, 2026
…-project#37532) Signed-off-by: tjtanaa <tunjian.tan@embeddedllm.com>
SouthWest7
pushed a commit
to SouthWest7/vllm
that referenced
this pull request
Mar 27, 2026
…-project#37532) Signed-off-by: tjtanaa <tunjian.tan@embeddedllm.com>
khairulkabir1661
pushed a commit
to khairulkabir1661/vllm
that referenced
this pull request
Mar 27, 2026
…-project#37532) Signed-off-by: tjtanaa <tunjian.tan@embeddedllm.com>
Monishver11
pushed a commit
to Monishver11/vllm
that referenced
this pull request
Mar 27, 2026
…-project#37532) Signed-off-by: tjtanaa <tunjian.tan@embeddedllm.com> Signed-off-by: Monishver Chandrasekaran <monishverchandrasekaran@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Fix https://buildkite.com/vllm/ci/builds/56931/steps/canvas?sid=019d03bb-7ad8-4f4e-bef3-7599fb7aae29&tab=output
caused by this PR #36188
python3: can't open file '/vllm-workspace/examples/offline_inference/new_weight_syncing/rlhf_async_new_apis.py': [Errno 2] No such file or directoryTest Plan
Test Result
The Test Group passed now
https://buildkite.com/vllm/ci/builds/56972/steps/canvas?sid=019d0516-a1e8-46dc-8380-dc5a92eb7a4e&tab=output
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.