Skip to content

Commit e06963c

Browse files
committed
Fixing CI job naming
Signed-off-by: Jean Schmidt <[email protected]>
1 parent 2b25c6d commit e06963c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.buildkite/test-pipeline.yaml

Lines changed: 3 additions & 3 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 v1/e2e
237+
- label: V1 Test e2e
238238
mirror_hardwares: [amdexperimental]
239239
source_file_dependencies:
240240
- vllm/
@@ -244,15 +244,15 @@ steps:
244244
# VLLM_USE_FLASHINFER_SAMPLER or not on H100.
245245
- pytest -v -s v1/e2e
246246

247-
- label: V1 Test v1/entrypoints
247+
- label: V1 Test entrypoints
248248
mirror_hardwares: [amdexperimental]
249249
source_file_dependencies:
250250
- vllm/
251251
- tests/v1
252252
commands:
253253
- pytest -v -s v1/entrypoints
254254

255-
- label: V1 Test (others)
255+
- label: V1 Test others
256256
mirror_hardwares: [amdexperimental]
257257
source_file_dependencies:
258258
- vllm/

0 commit comments

Comments
 (0)