Avoid native server port collisions - #56
Draft
khluu wants to merge 1 commit into
Draft
Conversation
Signed-off-by: khluu <khluu000@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.
What changed
BUILDKITE_JOB_ID, skipping ports already in use/v1/modelsto report the expected workload model before declaring the server healthyRoot cause
In nightly build 350,
gpt_oss_120b-b200andminimax_m3-b200ran concurrently ondgxB200-14with native servers using host networking and fixed port 8000. GPT-OSS became healthy at 06:12:31; three seconds later MiniMax's readiness probe accepted that server while MiniMax was still loading. MiniMax sent 512 requests fornvidia/MiniMax-M3-NVFP4to the GPT-OSS server and received 512 HTTP 404 responses. Its EXIT cleanup then blocked on the log-follower pipeline until the two-hour job timeout.Build: https://buildkite.com/vllm/perf-eval/builds/350
Validation
python3 .buildkite/test_server_lifecycle.py(4/4)python3 .buildkite/test_generate_pipeline.py(6/6)python3 -m py_compile .buildkite/test_server_lifecycle.py .buildkite/generate_pipeline.py lib/parse_workload.pybash -n lib/server.sh lib/run.sh lib/run_vllm_bench.shshellcheck lib/server.sh lib/run.shBENCH_ONLY=1git diff --check