Commit fdddf8c
authored
fix: handle stale .vllm-venv in test runner (#829)
* fix: handle stale .vllm-venv in test runner (#828)
Add --clear to the uv venv call so a leftover venv from a killed job
or incomplete cleanup is replaced instead of causing a hard failure.
Fixes #828
* fix: add .*-venv to .gitignore (#828)
When CACHE_DIR is unset the test runner creates .vllm-venv in the repo
root. Without a gitignore entry this multi-GB directory can be
accidentally committed or rsynced. Use a wildcard to cover any future
isolated venvs following the same naming pattern.1 parent 301ca3e commit fdddf8c
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
| 384 | + | |
384 | 385 | | |
385 | 386 | | |
386 | 387 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
0 commit comments