Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
afc36226
Unverified
Commit
afc36226
authored
Jan 18, 2026
by
Robert Shaw
Committed by
GitHub
Jan 18, 2026
Browse files
[CI] Move Distributed Tests from H200 -> H100 (#32555)
parent
327a02d8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
.buildkite/test-pipeline.yaml
.buildkite/test-pipeline.yaml
+5
-4
No files found.
.buildkite/test-pipeline.yaml
View file @
afc36226
...
...
@@ -1400,18 +1400,19 @@ steps:
-
pytest -v -s tests/distributed/test_sequence_parallel.py
-
pytest -v -s tests/compile/distributed/test_sequence_parallelism.py
##### H200 test #####
-
label
:
Distributed Tests (H200)
# optional
gpu
:
h200
-
label
:
Distributed Tests (H100)
# optional
gpu
:
h100
optional
:
true
working_dir
:
"
/vllm-workspace/"
num_gpus
:
2
commands
:
-
VLLM_TEST_CLEAN_GPU_MEMORY=1 pytest -v -s tests/compile/distributed/test_async_tp.py
-
pytest -v -s tests/distributed/test_context_parallel.py
-
CUDA_VISIBLE_DEVICES=1,2
VLLM_USE_DEEP_GEMM=1 VLLM_LOGGING_LEVEL=DEBUG python3 examples/offline_inference/data_parallel.py --model=Qwen/Qwen1.5-MoE-A2.7B -tp=1 -dp=2 --max-model-len=2048 --all2all-backend=deepep_high_throughput
-
VLLM_USE_DEEP_GEMM=1 VLLM_LOGGING_LEVEL=DEBUG python3 examples/offline_inference/data_parallel.py --model=Qwen/Qwen1.5-MoE-A2.7B -tp=1 -dp=2 --max-model-len=2048 --all2all-backend=deepep_high_throughput
-
pytest -v -s tests/v1/distributed/test_dbo.py
##### H200 test #####
-
label
:
LM Eval Large Models (H200)
# optional
timeout_in_minutes
:
60
gpu
:
h200
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment