diff --git a/.buildkite/test-ready.yml b/.buildkite/test-ready.yml index f5dcbef55e2..13a812a62f3 100644 --- a/.buildkite/test-ready.yml +++ b/.buildkite/test-ready.yml @@ -194,28 +194,6 @@ steps: volumes: - "/fsx/hf_cache:/fsx/hf_cache" - - - label: "Omni Model Test" - depends_on: upload-ready-pipeline - commands: - - | - timeout 17m bash -c ' - export VLLM_LOGGING_LEVEL=DEBUG - pytest -s -v tests/e2e/online_serving/test_qwen2_5_omni.py -m "core_model" --run-level "core_model" - ' - agents: - queue: "gpu_4_queue" # g6.12xlarge instance on AWS, has 4 L4 GPU - plugins: - - docker#v5.2.0: - image: public.ecr.aws/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT - always-pull: true - propagate-environment: true - environment: - - "HF_HOME=/fsx/hf_cache" - - "HF_TOKEN" - volumes: - - "/fsx/hf_cache:/fsx/hf_cache" - - label: "Omni Model Test with H100" depends_on: upload-ready-pipeline commands: