Skip to content

Commit 5b742be

Browse files
whx-sjtuwangxiaoxin (A)
authored andcommitted
[CI] Recover ut for ascend scheduler only in ci of v1. (#1180)
Last PR [#943 ](#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> Signed-off-by: wangxiaoxin (A) <wangxiaoxin7@huawei.com>
1 parent 6fec4ef commit 5b742be

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/vllm_ascend_test.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ jobs:
183183
# test_ascend_config.py should be ran separately because it will regenerate the global config many times.
184184
pytest -sv tests/singlecard/test_ascend_config.py
185185
pytest -sv tests/singlecard/test_camem.py
186-
# pytest -sv tests/singlecard/core/test_ascend_scheduler.py
187-
# pytest -sv tests/singlecard/core/test_ascend_scheduler_e2e.py
186+
pytest -sv tests/singlecard/core/test_ascend_scheduler.py
187+
pytest -sv tests/singlecard/core/test_ascend_scheduler_e2e.py
188188
pytest -sv tests/singlecard/ \
189189
--ignore=tests/singlecard/test_offline_inference.py \
190190
--ignore=tests/singlecard/test_guided_decoding.py \
@@ -215,7 +215,6 @@ jobs:
215215
# test_ascend_config.py should be ran separately because it will regenerate the global config many times.
216216
pytest -sv tests/singlecard/test_ascend_config.py
217217
pytest -sv tests/singlecard/test_prompt_embedding.py
218-
pytest -sv tests/singlecard/core/test_ascend_scheduler.py
219218
pytest -sv tests/singlecard/ \
220219
--ignore=tests/singlecard/test_offline_inference.py \
221220
--ignore=tests/singlecard/test_guided_decoding.py \

0 commit comments

Comments
 (0)