File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed
Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments