From 17347daaa24ee033e3a5403fb154c64c5b967bd5 Mon Sep 17 00:00:00 2001 From: "Li, Jiang" Date: Mon, 29 Dec 2025 14:17:52 +0800 Subject: [PATCH] [CI/Build][CPU] Update CPU CI test cases (#31466) Signed-off-by: jiang1.li --- .buildkite/scripts/hardware_ci/run-cpu-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/scripts/hardware_ci/run-cpu-test.sh b/.buildkite/scripts/hardware_ci/run-cpu-test.sh index 471c8616d..ee6510bf8 100644 --- a/.buildkite/scripts/hardware_ci/run-cpu-test.sh +++ b/.buildkite/scripts/hardware_ci/run-cpu-test.sh @@ -84,7 +84,7 @@ function cpu_tests() { docker exec cpu-test-"$NUMA_NODE" bash -c " set -e pytest -x -s -v \ - tests/lora/test_qwen2vl.py" + tests/lora/test_qwenvl.py" # online serving: tp+pp docker exec cpu-test-"$NUMA_NODE" bash -c '