Skip to content

Commit cba69e1

Browse files
authored
[CI]pin vllm commit id (#3861)
### What this PR does / why we need it? the code of vllm is updated, pin vllm commit id to recover CI firstly ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? - vLLM version: v0.11.0rc3 - vLLM main: vllm-project/vllm@releases/v0.11.1 Signed-off-by: Meihan-chen <[email protected]>
1 parent 7419186 commit cba69e1

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/format_pr_body.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Get vLLM version
3838
run: |
39-
VLLM_COMMIT=releases/v0.11.1
39+
VLLM_COMMIT=83f478bb19489b41e9d208b47b4bb5a95ac171ac
4040
echo "VLLM_COMMIT=https://github.com/vllm-project/vllm/commit/$VLLM_COMMIT" >> $GITHUB_ENV
4141
4242
- name: Checkout repository

.github/workflows/vllm_ascend_test.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ jobs:
4242
lint:
4343
uses: ./.github/workflows/pre-commit.yml
4444
with:
45-
vllm: releases/v0.11.1
46-
45+
vllm: 83f478bb19489b41e9d208b47b4bb5a95ac171ac
4746
changes:
4847
runs-on: ubuntu-latest
4948
outputs:
@@ -83,7 +82,7 @@ jobs:
8382
VLLM_USE_MODELSCOPE: True
8483
strategy:
8584
matrix:
86-
vllm_version: [releases/v0.11.1, v0.11.0]
85+
vllm_version: [83f478bb19489b41e9d208b47b4bb5a95ac171ac, v0.11.0]
8786
steps:
8887
- name: Install packages
8988
run: |
@@ -140,7 +139,7 @@ jobs:
140139
name: e2e-light
141140
strategy:
142141
matrix:
143-
vllm_version: [releases/v0.11.1, v0.11.0]
142+
vllm_version: [83f478bb19489b41e9d208b47b4bb5a95ac171ac, v0.11.0]
144143
# Note (yikun): If CI resource are limited we can split job into two chain jobs
145144
needs: [lint, changes]
146145
# only trigger e2e test after lint passed and the change is e2e related with pull request.

.github/workflows/vllm_ascend_test_full.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
name: e2e-full
7070
strategy:
7171
matrix:
72-
vllm_version: [releases/v0.11.1, v0.11.0]
72+
vllm_version: [83f478bb19489b41e9d208b47b4bb5a95ac171ac, v0.11.0]
7373
needs: [changes]
7474
if: ${{ needs.changes.outputs.e2e_tracker == 'true' }}
7575
uses: ./.github/workflows/_e2e_test.yaml

0 commit comments

Comments
 (0)