From 13480d1238694dfbb234816cf58aa8626cb196b2 Mon Sep 17 00:00:00 2001 From: Li Wang Date: Tue, 15 Apr 2025 19:55:41 +0800 Subject: [PATCH] [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 --- .github/workflows/vllm_ascend_test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/vllm_ascend_test.yaml b/.github/workflows/vllm_ascend_test.yaml index 3042c47..f3d2d11 100644 --- a/.github/workflows/vllm_ascend_test.yaml +++ b/.github/workflows/vllm_ascend_test.yaml @@ -47,6 +47,10 @@ jobs: matrix: os: [linux-arm64-npu-1, linux-arm64-npu-4] vllm_verison: [main, v0.8.3] + concurrency: + group: | + ${{ matrix.os == 'linux-arm64-npu-4' && 'limit-npu-4' || format('job-{0}-{1}', matrix.os, matrix.vllm_verison) }} + cancel-in-progress: false name: vLLM Ascend test runs-on: ${{ matrix.os }} container: