File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change @@ -129,29 +129,12 @@ jobs:
129
129
# We found that if running aclgraph tests in batch, it will cause AclmdlRICaptureBegin error. So we run
130
130
# the test separately.
131
131
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
150
133
151
134
e2e-2-cards-full :
152
135
# only trigger full test when pull request is approved
153
136
needs : [changes]
154
- if : ${{ needs.changes.outputs.e2e_tracker == 'true' }}
137
+ if : false
155
138
strategy :
156
139
max-parallel : 2
157
140
matrix :
You can’t perform that action at this time.
0 commit comments