File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ steps:
234
234
# OOM in the CI unless we run this separately
235
235
- pytest -v -s tokenization
236
236
237
- - label : V1 Test e2e
237
+ - label : Test e2e + v1/engine
238
238
mirror_hardwares : [amdexperimental]
239
239
source_file_dependencies :
240
240
- vllm/
@@ -243,24 +243,24 @@ steps:
243
243
# TODO: accuracy does not match, whether setting
244
244
# VLLM_USE_FLASHINFER_SAMPLER or not on H100.
245
245
- pytest -v -s v1/e2e
246
+ - pytest -v -s v1/engine
246
247
247
- - label : V1 Test entrypoints
248
+ - label : Test entrypoints
248
249
mirror_hardwares : [amdexperimental]
249
250
source_file_dependencies :
250
251
- vllm/
251
252
- tests/v1
252
253
commands :
253
254
- pytest -v -s v1/entrypoints
254
255
255
- - label : V1 Test others
256
+ - label : Test others
256
257
mirror_hardwares : [amdexperimental]
257
258
source_file_dependencies :
258
259
- vllm/
259
260
- tests/v1
260
261
commands :
261
262
# split the test to avoid interference
262
263
- pytest -v -s v1/core
263
- - pytest -v -s v1/engine
264
264
- pytest -v -s v1/executor
265
265
- pytest -v -s v1/sample
266
266
- pytest -v -s v1/logits_processors
You can’t perform that action at this time.
0 commit comments