[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

View File

@@ -42,7 +42,7 @@ jobs:
lint:
uses: ./.github/workflows/_pre_commit.yml
with:
vllm: 97f2f160fda2805f9149b0e44da76b5d3b1f7c7e
vllm: 4429d934de3c5cc327b0d7aec8e473aeba38db90
changes:
runs-on: linux-aarch64-a2-0
outputs:
@@ -60,7 +60,7 @@ jobs:
with:
filters: |
e2e_tracker:
- '.github/workflows/vllm_ascend_test_pr_full.yaml'
- '.github/workflows/pr_test_light.yaml'
- 'vllm_ascend/**'
- 'csrc/**'
- 'cmake/**'
@@ -90,7 +90,7 @@ jobs:
SOC_VERSION: ascend910b1
strategy:
matrix:
vllm_version: [97f2f160fda2805f9149b0e44da76b5d3b1f7c7e, v0.12.0]
vllm_version: [4429d934de3c5cc327b0d7aec8e473aeba38db90, v0.12.0]
steps:
- name: Free up disk space
@@ -154,7 +154,7 @@ jobs:
name: e2e-light
strategy:
matrix:
vllm_version: [97f2f160fda2805f9149b0e44da76b5d3b1f7c7e, v0.12.0]
vllm_version: [4429d934de3c5cc327b0d7aec8e473aeba38db90, v0.12.0]
# Note (yikun): If CI resource are limited we can split job into two chain jobs
needs: [lint, changes]
# only trigger e2e test after lint passed and the change is e2e related with pull request.

View File

@@ -45,7 +45,7 @@ The table below is the release compatibility matrix for vLLM Ascend release.
For main branch of vLLM Ascend, we usually make it compatible with the latest vLLM release and a newer commit hash of vLLM. Please note that this table is usually updated. Please check it regularly.
| vLLM Ascend | vLLM | Python | Stable CANN | PyTorch/torch_npu |
|-------------|--------------|------------------|-------------|--------------------|
| main | 97f2f160fda2805f9149b0e44da76b5d3b1f7c7e, v0.12.0 tag | >= 3.10, < 3.12 | 8.3.RC2 | 2.8.0 / 2.8.0 |
| main | 4429d934de3c5cc327b0d7aec8e473aeba38db90, v0.12.0 tag | >= 3.10, < 3.12 | 8.3.RC2 | 2.8.0 / 2.8.0 |
## Release cadence