From 68d65d923ce07c7a683edb2c380fae89292054f4 Mon Sep 17 00:00:00 2001 From: tjtanaa Date: Fri, 10 Apr 2026 16:10:18 +0000 Subject: [PATCH 1/2] remove unused test cases Signed-off-by: tjtanaa --- .buildkite/test-ready.yml | 40 +++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.buildkite/test-ready.yml b/.buildkite/test-ready.yml index 2f1f05463af..e8b36815bf9 100644 --- a/.buildkite/test-ready.yml +++ b/.buildkite/test-ready.yml @@ -195,26 +195,26 @@ steps: - "/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" + # 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 From fd2bc9705a48a373a48e8e70f7dc0c1c4c202e7c Mon Sep 17 00:00:00 2001 From: tjtanaa Date: Sat, 11 Apr 2026 12:27:36 +0000 Subject: [PATCH 2/2] remove test case Signed-off-by: tjtanaa --- .buildkite/test-ready.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.buildkite/test-ready.yml b/.buildkite/test-ready.yml index e8b36815bf9..cc8eb38405e 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: