Skip to content

Commit 7e7273c

Browse files
committed
Moving v1/engine with e2e and removing V1 from labels
Signed-off-by: Jean Schmidt <[email protected]>
1 parent 78b1f65 commit 7e7273c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.buildkite/test-pipeline.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ steps:
234234
# OOM in the CI unless we run this separately
235235
- pytest -v -s tokenization
236236

237-
- label: V1 Test e2e
237+
- label: Test e2e + v1/engine
238238
mirror_hardwares: [amdexperimental]
239239
source_file_dependencies:
240240
- vllm/
@@ -243,24 +243,24 @@ steps:
243243
# TODO: accuracy does not match, whether setting
244244
# VLLM_USE_FLASHINFER_SAMPLER or not on H100.
245245
- pytest -v -s v1/e2e
246+
- pytest -v -s v1/engine
246247

247-
- label: V1 Test entrypoints
248+
- label: Test entrypoints
248249
mirror_hardwares: [amdexperimental]
249250
source_file_dependencies:
250251
- vllm/
251252
- tests/v1
252253
commands:
253254
- pytest -v -s v1/entrypoints
254255

255-
- label: V1 Test others
256+
- label: Test others
256257
mirror_hardwares: [amdexperimental]
257258
source_file_dependencies:
258259
- vllm/
259260
- tests/v1
260261
commands:
261262
# split the test to avoid interference
262263
- pytest -v -s v1/core
263-
- pytest -v -s v1/engine
264264
- pytest -v -s v1/executor
265265
- pytest -v -s v1/sample
266266
- pytest -v -s v1/logits_processors

0 commit comments

Comments
 (0)