Skip to content

Commit a05aa1d

Browse files
authored
[CI] Disable Qwen3-TTS E2E Test in pipeline.yml (vllm-project#1306)
Signed-off-by: Gao Han <hgaoaf@connect.ust.hk>
1 parent 43e8747 commit a05aa1d

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.buildkite/pipeline.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -228,25 +228,25 @@ steps:
228228
volumes:
229229
- "/fsx/hf_cache:/fsx/hf_cache"
230230

231-
- label: "Qwen3-TTS E2E Test"
232-
timeout_in_minutes: 10
233-
depends_on: image-build
234-
commands:
235-
- export VLLM_LOGGING_LEVEL=DEBUG
236-
- export VLLM_WORKER_MULTIPROC_METHOD=spawn
237-
- pytest -s -v tests/e2e/online_serving/test_qwen3_tts.py
238-
agents:
239-
queue: "gpu_4_queue"
240-
plugins:
241-
- docker#v5.2.0:
242-
image: public.ecr.aws/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT
243-
always-pull: true
244-
propagate-environment: true
245-
shm-size: "8gb"
246-
environment:
247-
- "HF_HOME=/fsx/hf_cache"
248-
volumes:
249-
- "/fsx/hf_cache:/fsx/hf_cache"
231+
# - label: "Qwen3-TTS E2E Test"
232+
# timeout_in_minutes: 10
233+
# depends_on: image-build
234+
# commands:
235+
# - export VLLM_LOGGING_LEVEL=DEBUG
236+
# - export VLLM_WORKER_MULTIPROC_METHOD=spawn
237+
# - pytest -s -v tests/e2e/online_serving/test_qwen3_tts.py
238+
# agents:
239+
# queue: "gpu_4_queue"
240+
# plugins:
241+
# - docker#v5.2.0:
242+
# image: public.ecr.aws/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT
243+
# always-pull: true
244+
# propagate-environment: true
245+
# shm-size: "8gb"
246+
# environment:
247+
# - "HF_HOME=/fsx/hf_cache"
248+
# volumes:
249+
# - "/fsx/hf_cache:/fsx/hf_cache"
250250

251251
# - label: "Omni Model Test with H100"
252252
# timeout_in_minutes: 30

0 commit comments

Comments
 (0)