From ec7035c9d40cda43fa9c3d2d1c148b1382aa04a4 Mon Sep 17 00:00:00 2001 From: "Kevin H. Luu" Date: Mon, 1 Dec 2025 10:22:05 -0800 Subject: [PATCH] [ci] Make distributed 8 gpus test optional (#29801) Signed-off-by: Kevin H. Luu --- .buildkite/test-pipeline.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.buildkite/test-pipeline.yaml b/.buildkite/test-pipeline.yaml index 9f2107fb1e5ab..0e715a719d27d 100644 --- a/.buildkite/test-pipeline.yaml +++ b/.buildkite/test-pipeline.yaml @@ -215,6 +215,7 @@ steps: timeout_in_minutes: 10 gpu: h100 num_gpus: 8 + optional: true working_dir: "/vllm-workspace/tests" source_file_dependencies: - examples/offline_inference/torchrun_dp_example.py @@ -1369,4 +1370,4 @@ steps: num_gpus: 2 working_dir: "/vllm-workspace" commands: - - bash .buildkite/scripts/scheduled_integration_test/qwen30b_a3b_fp8_block_ep_eplb.sh 0.8 200 8020 2 1 \ No newline at end of file + - bash .buildkite/scripts/scheduled_integration_test/qwen30b_a3b_fp8_block_ep_eplb.sh 0.8 200 8020 2 1