diff --git a/.github/workflows/pr_test_full.yaml b/.github/workflows/pr_test_full.yaml index 7895be30..40ffa157 100644 --- a/.github/workflows/pr_test_full.yaml +++ b/.github/workflows/pr_test_full.yaml @@ -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 diff --git a/.github/workflows/pr_test_light.yaml b/.github/workflows/pr_test_light.yaml index b627b09d..4ffc45a5 100644 --- a/.github/workflows/pr_test_light.yaml +++ b/.github/workflows/pr_test_light.yaml @@ -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. diff --git a/docs/source/community/versioning_policy.md b/docs/source/community/versioning_policy.md index 80dbab6a..dda9ec30 100644 --- a/docs/source/community/versioning_policy.md +++ b/docs/source/community/versioning_policy.md @@ -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