[Misc] Upgrade vllm commit hash to 1215 (#5029)

### What this PR does / why we need it?
Upgrade vllm commit hash to `4429d934de3c5cc327b0d7aec8e473aeba38db90`

- vLLM version: v0.12.0
- vLLM main:
ad32e3e19c

---------

Signed-off-by: wangli <wangli858794774@gmail.com>
This commit is contained in:
Li Wang
2025-12-16 09:23:02 +08:00
committed by GitHub
parent 5e0ada5395
commit 6063853ead
3 changed files with 7 additions and 7 deletions

View File

@@ -55,7 +55,7 @@ jobs:
with:
filters: |
e2e_tracker:
- '.github/workflows/vllm_ascend_test_pr_full.yaml'
- '.github/workflows/pr_test_full.yaml'
- '.github/workflows/_e2e_test.yaml'
- 'vllm_ascend/**'
- 'csrc/**'
@@ -74,7 +74,7 @@ jobs:
name: e2e-full
strategy:
matrix:
vllm_version: [97f2f160fda2805f9149b0e44da76b5d3b1f7c7e, v0.12.0]
vllm_version: [4429d934de3c5cc327b0d7aec8e473aeba38db90, v0.12.0]
needs: [changes]
if: ${{ needs.changes.outputs.e2e_tracker == 'true' }}
uses: ./.github/workflows/_e2e_test.yaml