[CI] Recover ut for ascend scheduler only in ci of v1. (#1180)
Last PR [#943 ](https://github.com/vllm-project/vllm-ascend/pull/943) wrongly open ut of AscendScheduler in V0 ci, this PR fixes this problem and only run ut of it in V1 ci. Signed-off-by: whx-sjtu <2952154980@qq.com>
This commit is contained in:
5
.github/workflows/vllm_ascend_test.yaml
vendored
5
.github/workflows/vllm_ascend_test.yaml
vendored
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user