Skip to content

Commit 13480d1

Browse files
authored
[CI]Fix workflow (#532)
### What this PR does / why we need it? make linux-npu-4 runner run parallel for now Signed-off-by: wangli <wangli858794774@gmail.com>
1 parent bcbc04f commit 13480d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/vllm_ascend_test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
matrix:
4848
os: [linux-arm64-npu-1, linux-arm64-npu-4]
4949
vllm_verison: [main, v0.8.3]
50+
concurrency:
51+
group: |
52+
${{ matrix.os == 'linux-arm64-npu-4' && 'limit-npu-4' || format('job-{0}-{1}', matrix.os, matrix.vllm_verison) }}
53+
cancel-in-progress: false
5054
name: vLLM Ascend test
5155
runs-on: ${{ matrix.os }}
5256
container:

0 commit comments

Comments
 (0)