Skip to content

Commit 03010d4

Browse files
author
wangxiaoxin (A)
committed
remove main vll verison.
1 parent 837e37a commit 03010d4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/vllm_ascend_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
max-parallel: 2
114114
matrix:
115115
os: [linux-arm64-npu-1, linux-arm64-npu-4]
116-
vllm_version: [main, v0.9.1]
116+
vllm_version: [v0.9.1]
117117
concurrency:
118118
group: >
119119
${{

.github/workflows/vllm_ascend_test_long_term.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
max-parallel: 2
4141
matrix:
4242
os: [linux-arm64-npu-1, linux-arm64-npu-4]
43-
vllm_version: [main, v0.9.1]
43+
vllm_version: [v0.9.1]
4444
name: vLLM Ascend long term test
4545
runs-on: ${{ matrix.os }}
4646
container:

.github/workflows/vllm_ascend_test_pd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: ${{ contains(github.event.pull_request.labels.*.name, 'pd-test') && contains(github.event.pull_request.labels.*.name, 'ready-for-test') || github.event_name == 'schedule' }}
3939
strategy:
4040
matrix:
41-
vllm_verison: [main, v0.9.1]
41+
vllm_verison: [v0.9.1]
4242
name: vLLM Ascend prefilling decoding disaggregation test
4343
runs-on: linux-arm64-npu-static-8
4444

0 commit comments

Comments
 (0)