Skip to content

Commit 47b507b

Browse files
authored
[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>
1 parent e72f94e commit 47b507b

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
@@ -185,8 +185,8 @@ jobs:
185185
# test_ascend_config.py should be ran separately because it will regenerate the global config many times.
186186
pytest -sv tests/singlecard/test_ascend_config.py
187187
pytest -sv tests/singlecard/test_camem.py
188-
# pytest -sv tests/singlecard/core/test_ascend_scheduler.py
189-
# pytest -sv tests/singlecard/core/test_ascend_scheduler_e2e.py
188+
pytest -sv tests/singlecard/core/test_ascend_scheduler.py
189+
pytest -sv tests/singlecard/core/test_ascend_scheduler_e2e.py
190190
pytest -sv tests/singlecard/ \
191191
--ignore=tests/singlecard/test_offline_inference.py \
192192
--ignore=tests/singlecard/test_guided_decoding.py \
@@ -217,7 +217,6 @@ jobs:
217217
# test_ascend_config.py should be ran separately because it will regenerate the global config many times.
218218
pytest -sv tests/singlecard/test_ascend_config.py
219219
pytest -sv tests/singlecard/test_prompt_embedding.py
220-
pytest -sv tests/singlecard/core/test_ascend_scheduler.py
221220
pytest -sv tests/singlecard/ \
222221
--ignore=tests/singlecard/test_offline_inference.py \
223222
--ignore=tests/singlecard/test_guided_decoding.py \

0 commit comments

Comments
 (0)