From 40d9e698f7742cf7b7a227174b83182cb87d27f0 Mon Sep 17 00:00:00 2001 From: Gao Han Date: Tue, 10 Feb 2026 17:47:41 +0800 Subject: [PATCH] Disable Qwen3-TTS E2E Test in pipeline.yml Comment out the Qwen3-TTS E2E Test section in the pipeline. Signed-off-by: Gao Han --- .buildkite/pipeline.yml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 9e7fc07a9f..9865a4a4be 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -228,25 +228,25 @@ steps: volumes: - "/fsx/hf_cache:/fsx/hf_cache" - - label: "Qwen3-TTS E2E Test" - timeout_in_minutes: 10 - depends_on: image-build - commands: - - export VLLM_LOGGING_LEVEL=DEBUG - - export VLLM_WORKER_MULTIPROC_METHOD=spawn - - pytest -s -v tests/e2e/online_serving/test_qwen3_tts.py - agents: - queue: "gpu_4_queue" - plugins: - - docker#v5.2.0: - image: public.ecr.aws/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT - always-pull: true - propagate-environment: true - shm-size: "8gb" - environment: - - "HF_HOME=/fsx/hf_cache" - volumes: - - "/fsx/hf_cache:/fsx/hf_cache" + # - label: "Qwen3-TTS E2E Test" + # timeout_in_minutes: 10 + # depends_on: image-build + # commands: + # - export VLLM_LOGGING_LEVEL=DEBUG + # - export VLLM_WORKER_MULTIPROC_METHOD=spawn + # - pytest -s -v tests/e2e/online_serving/test_qwen3_tts.py + # agents: + # queue: "gpu_4_queue" + # plugins: + # - docker#v5.2.0: + # image: public.ecr.aws/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT + # always-pull: true + # propagate-environment: true + # shm-size: "8gb" + # environment: + # - "HF_HOME=/fsx/hf_cache" + # volumes: + # - "/fsx/hf_cache:/fsx/hf_cache" # - label: "Omni Model Test with H100" # timeout_in_minutes: 30