From 0dd116be7a05663713492636d002dbbcd39f10c6 Mon Sep 17 00:00:00 2001 From: whx-sjtu <2952154980@qq.com> Date: Thu, 12 Jun 2025 09:36:04 +0800 Subject: [PATCH] open ci for ascend scheduler only in v1 Signed-off-by: whx-sjtu <2952154980@qq.com> --- .github/workflows/vllm_ascend_test.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/vllm_ascend_test.yaml b/.github/workflows/vllm_ascend_test.yaml index 30fbf0d5e3..f71e83205f 100644 --- a/.github/workflows/vllm_ascend_test.yaml +++ b/.github/workflows/vllm_ascend_test.yaml @@ -185,8 +185,8 @@ jobs: # test_ascend_config.py should be ran separately because it will regenerate the global config many times. pytest -sv tests/singlecard/test_ascend_config.py pytest -sv tests/singlecard/test_camem.py - # pytest -sv tests/singlecard/core/test_ascend_scheduler.py - # pytest -sv tests/singlecard/core/test_ascend_scheduler_e2e.py + pytest -sv tests/singlecard/core/test_ascend_scheduler.py + pytest -sv tests/singlecard/core/test_ascend_scheduler_e2e.py pytest -sv tests/singlecard/ \ --ignore=tests/singlecard/test_offline_inference.py \ --ignore=tests/singlecard/test_guided_decoding.py \ @@ -217,7 +217,6 @@ jobs: # test_ascend_config.py should be ran separately because it will regenerate the global config many times. pytest -sv tests/singlecard/test_ascend_config.py pytest -sv tests/singlecard/test_prompt_embedding.py - pytest -sv tests/singlecard/core/test_ascend_scheduler.py pytest -sv tests/singlecard/ \ --ignore=tests/singlecard/test_offline_inference.py \ --ignore=tests/singlecard/test_guided_decoding.py \