Skip to content

Commit beaac8f

Browse files
committed
Test on guide decoding
Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
1 parent f60e775 commit beaac8f

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

.github/workflows/vllm_ascend_test_full.yaml

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -129,29 +129,12 @@ jobs:
129129
# We found that if running aclgraph tests in batch, it will cause AclmdlRICaptureBegin error. So we run
130130
# the test separately.
131131
132-
pytest -sv tests/e2e/singlecard/test_aclgraph.py
133-
pytest -sv tests/e2e/singlecard/test_ascend_scheduler.py
134-
pytest -sv tests/e2e/singlecard/test_camem.py
135-
pytest -sv tests/e2e/singlecard/test_chunked.py
136-
pytest -sv tests/e2e/singlecard/test_embedding.py
137-
#pytest -sv tests/e2e/singlecard/test_guided_decoding.py
138-
#pytest -sv tests/e2e/singlecard/test_ilama_lora.py
139-
pytest -sv tests/e2e/singlecard/test_profile_execute_duration.py
140-
pytest -sv tests/e2e/singlecard/test_quantization.py
141-
pytest -sv tests/e2e/singlecard/test_sampler.py
142-
pytest -sv tests/e2e/singlecard/test_vlm.py
143-
144-
# ------------------------------------ v1 spec decode test ------------------------------------ #
145-
pytest -sv tests/e2e/singlecard/spec_decode_v1/test_v1_mtp_correctness.py
146-
pytest -sv tests/e2e/singlecard/spec_decode_v1/test_v1_mtp_torchair_correctness.py
147-
pytest -sv tests/e2e/singlecard/spec_decode_v1/test_v1_spec_decode.py
148-
149-
pytest -sv tests/e2e/singlecard/ops/
132+
pytest -sv tests/e2e/singlecard/test_guided_decoding.py
150133
151134
e2e-2-cards-full:
152135
# only trigger full test when pull request is approved
153136
needs: [changes]
154-
if: ${{ needs.changes.outputs.e2e_tracker == 'true' }}
137+
if: false
155138
strategy:
156139
max-parallel: 2
157140
matrix:

0 commit comments

Comments
 (0)