[CI] adpat v0.13.0 change (#5793)

Add `releases` match case for CI jobs and update related doc for v0.13.0
branch

- vLLM version: v0.13.0
- vLLM main:
2f4e6548ef

Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
wangxiyuan
2026-01-12 14:06:56 +08:00
committed by GitHub
parent 354ee3b330
commit 5ccd53e28a
7 changed files with 10 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ on:
branches:
- 'main'
- '*-dev'
- 'releases/v*'
paths:
# If we are changing the doctest we should do a PR test
- '.github/workflows/labled_doctest.yaml'

View File

@@ -4,7 +4,7 @@ on:
pull_request:
paths:
- '.github/workflows/misc/model_list.json'
- '.github/workflows/download_model.yaml'
- '.github/workflows/labled_download_model.yaml'
types: [labeled, synchronize]
defaults:

View File

@@ -21,6 +21,7 @@ on:
branches:
- 'main'
- '*-dev'
- 'releases/v*'
types: [ labeled, synchronize ]
# Bash shells do not use ~/.profile or ~/.bashrc so these shells need to be explicitly

View File

@@ -22,6 +22,8 @@ on:
branches:
- 'main'
- '*-dev'
- 'releases/v*'
# Bash shells do not use ~/.profile or ~/.bashrc so these shells need to be explicitly
# declared as "shell: bash -el {0}" on steps that need to be properly activated.
# It's used to activate ascend-toolkit environment variables.
@@ -70,7 +72,7 @@ jobs:
- 'packages.txt'
ut_tracker:
- 'tests/ut/**'
- '.github/workflows/vllm_ascend_test_pr_light.yaml'
- '.github/workflows/pr_test_light.yaml'
ut:
needs: [lint, changes]