From e4248849ec1dea54851a1d1769c86e1504f183ea Mon Sep 17 00:00:00 2001 From: "Li, Jiang" Date: Tue, 10 Jun 2025 20:02:40 +0800 Subject: [PATCH] [BugFix][CPU] Fix CPU CI by ignore collecting test_pixtral (#19411) Signed-off-by: jiang.li --- .buildkite/scripts/hardware_ci/run-cpu-test.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.buildkite/scripts/hardware_ci/run-cpu-test.sh b/.buildkite/scripts/hardware_ci/run-cpu-test.sh index 61aa7df13b4d5..bbcde4009c0eb 100644 --- a/.buildkite/scripts/hardware_ci/run-cpu-test.sh +++ b/.buildkite/scripts/hardware_ci/run-cpu-test.sh @@ -43,7 +43,10 @@ function cpu_tests() { pytest -v -s tests/kernels/attention/test_mla_decode_cpu.py -m cpu_model pytest -v -s tests/models/language/generation -m cpu_model pytest -v -s tests/models/language/pooling -m cpu_model - pytest -v -s tests/models/multimodal/generation --ignore=tests/models/multimodal/generation/test_mllama.py -m cpu_model" + pytest -v -s tests/models/multimodal/generation \ + --ignore=tests/models/multimodal/generation/test_mllama.py \ + --ignore=tests/models/multimodal/generation/test_pixtral.py \ + -m cpu_model" # Run compressed-tensor test docker exec cpu-test-"$NUMA_NODE" bash -c "