You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CI][Feature] Add nightly auto-bisect tool for E2E test failures (vllm-project#10564)
### What this PR does / why we need it?
This PR introduces an automated bisect tool (`auto_bisect`) for nightly
E2E test failures in `vllm-ascend`. It binary-searches the commit
history between the last known-good commit (tracked in a CSV table) and
the failing commit to identify the first bad commit and its associated
PR. It supports both single-node and multi-node environments, reuses
existing nightly launch entries, and optimizes the build process by only
rebuilding when native or build-definition files are modified.
### Does this PR introduce _any_ user-facing change?
No. This is a developer/CI tool and does not introduce any user-facing
changes.
### How was this patch tested?
Tested locally by running the auto-bisect tool on single-node and
multi-node scenarios.
- vLLM version: v0.23.0
- vLLM main:
vllm-project/vllm@1f486d9
Signed-off-by: DreamerLeader <88812830+DreamerLeader@users.noreply.github.com>
0 commit comments