[CI]Fix test nightly workflow. (#3603)

### What this PR does / why we need it?
Add the nightly test back, it's deleted by mistake.

- vLLM version: v0.11.0rc3
- vLLM main: https://github.com/vllm-project/vllm/commit/v0.11.0

Co-authored-by: offline0806 <3337230449@qq.com>
This commit is contained in:
offline893
2025-10-22 10:45:42 +08:00
committed by GitHub
parent e916265b2b
commit 5f3b798e56

View File

@@ -56,6 +56,25 @@ jobs:
vllm: v0.11.0
runner: ${{ matrix.os }}
tests: tests/e2e/nightly/models/test_qwen3_32b.py
qwen3-32b-in8-a3:
strategy:
matrix:
os: [ linux-aarch64-a3-4 ]
uses: ./.github/workflows/_e2e_nightly.yaml
with:
vllm: v0.11.0
runner: ${{ matrix.os }}
image: swr.cn-southwest-2.myhuaweicloud.com/base_image/ascend-ci/cann:8.2.rc1-a3-ubuntu22.04-py3.11
tests: tests/e2e/nightly/models/test_qwen3_32b_int8.py
qwen3-32b-in8-a2:
strategy:
matrix:
os: [ linux-aarch64-a2-4 ]
uses: ./.github/workflows/_e2e_nightly.yaml
with:
vllm: v0.11.0
runner: ${{ matrix.os }}
tests: tests/e2e/nightly/models/test_qwen3_32b_int8.py
qwen3-235b-a22b-w8a8-eplb:
strategy:
matrix: