Skip to content

Commit 46cfcbe

Browse files
committed
Use ci_vllm_version when recording vllm commit
Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
1 parent 392fd72 commit 46cfcbe

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/format_pr_body.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
pull_request_target:
2323
types: [opened, synchronize]
2424
branches:
25-
- 'main'
25+
- 'main-fake'
2626

2727
permissions:
2828
pull-requests: write
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Get vLLM release version
5555
run: |
56-
VLLM_VERSION=$(python3 docs/source/conf.py | jq .vllm_version | tr -d '"')
56+
VLLM_VERSION=$(python3 docs/source/conf.py | jq .ci_vllm_version | tr -d '"')
5757
echo "VLLM_VERSION=$VLLM_VERSION" >> $GITHUB_ENV
5858
5959
- name: Update PR description

docs/source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@
7676
'pip_vllm_version': "0.9.1",
7777
# CANN image tag
7878
'cann_image_tag': "8.1.rc1-910b-ubuntu22.04-py3.10",
79+
# vllm version in ci
80+
'ci_vllm_version': 'v0.9.2',
7981
}
8082

8183
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)