Skip to content

Commit ec7035c

Browse files
authored
[ci] Make distributed 8 gpus test optional (#29801)
Signed-off-by: Kevin H. Luu <khluu000@gmail.com>
1 parent fc6acc8 commit ec7035c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.buildkite/test-pipeline.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ steps:
215215
timeout_in_minutes: 10
216216
gpu: h100
217217
num_gpus: 8
218+
optional: true
218219
working_dir: "/vllm-workspace/tests"
219220
source_file_dependencies:
220221
- examples/offline_inference/torchrun_dp_example.py
@@ -1369,4 +1370,4 @@ steps:
13691370
num_gpus: 2
13701371
working_dir: "/vllm-workspace"
13711372
commands:
1372-
- bash .buildkite/scripts/scheduled_integration_test/qwen30b_a3b_fp8_block_ep_eplb.sh 0.8 200 8020 2 1
1373+
- bash .buildkite/scripts/scheduled_integration_test/qwen30b_a3b_fp8_block_ep_eplb.sh 0.8 200 8020 2 1

0 commit comments

Comments
 (0)