From c505cd93effcae9bce02f7a5386dfc27b82fb3cc Mon Sep 17 00:00:00 2001 From: "Li, Jiang" Date: Fri, 5 Jun 2026 13:14:26 +0800 Subject: [PATCH] [CI/Build] Disable CPU-Compatibility Tests (#44605) Signed-off-by: jiang1.li --- .buildkite/hardware_tests/cpu.yaml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/.buildkite/hardware_tests/cpu.yaml b/.buildkite/hardware_tests/cpu.yaml index e48fa4869ae..3db49d579e3 100644 --- a/.buildkite/hardware_tests/cpu.yaml +++ b/.buildkite/hardware_tests/cpu.yaml @@ -28,18 +28,19 @@ steps: pytest -x -v -s tests/kernels/quantization/test_cpu_fp8_scaled_mm.py pytest -x -v -s tests/kernels/mamba/cpu/test_cpu_gdn_ops.py" -- label: CPU-Compatibility Tests - depends_on: [] - device: intel_cpu - no_plugin: true - source_file_dependencies: - - cmake/cpu_extension.cmake - - setup.py - - vllm/platforms/cpu.py - commands: - - | - bash .buildkite/scripts/hardware_ci/run-cpu-test.sh 20m " - bash .buildkite/scripts/hardware_ci/run-cpu-compatibility-test.sh" +# Note: SDE can't be downloaded from CI host because of AWS WAF +# - label: CPU-Compatibility Tests +# depends_on: [] +# device: intel_cpu +# no_plugin: true +# source_file_dependencies: +# - cmake/cpu_extension.cmake +# - setup.py +# - vllm/platforms/cpu.py +# commands: +# - | +# bash .buildkite/scripts/hardware_ci/run-cpu-test.sh 20m " +# bash .buildkite/scripts/hardware_ci/run-cpu-compatibility-test.sh" - label: CPU-Language Generation and Pooling Model Tests depends_on: []