Skip to content

Commit 52594bc

Browse files
committed
refactor: set up tests/regressions
Signed-off-by: Travis Johnson <tsjohnso@us.ibm.com>
1 parent aca33c5 commit 52594bc

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.buildkite/test-pipeline.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,11 +191,10 @@ steps:
191191
mirror_hardwares: [amdexperimental, amdproduction]
192192
source_file_dependencies:
193193
- vllm/
194-
- tests/test_regression
194+
- tests/regressions
195195
commands:
196196
- pip install modelscope
197-
- pytest -v -s test_regression.py
198-
working_dir: "/vllm-workspace/tests" # optional
197+
- pytest -v -s regressions
199198

200199
- label: Engine Test # 10min
201200
mirror_hardwares: [amdexperimental, amdproduction]

tests/regressions/__init__.py

Whitespace-only changes.
File renamed without changes.

0 commit comments

Comments
 (0)