[CI] Add qwen3 next ci (#5395)

### What this PR does / why we need it?
Add Qwen3Next CI 

### Does this PR introduce _any_ user-facing change?

NO

### How was this patch tested?

- vLLM version: release/v0.13.0
- vLLM main:
254f6b9867

---------

Signed-off-by: SunnyLee219 <3294305115@qq.com>
This commit is contained in:
LeeWenquan
2026-01-09 10:29:09 +08:00
committed by GitHub
parent 40eb3e1836
commit a3a74d6984
2 changed files with 116 additions and 0 deletions

View File

@@ -52,6 +52,9 @@ jobs:
- name: qwen3-8b
os: linux-aarch64-a2-1
tests: tests/e2e/nightly/single_node/models/test_qwen3_8b.py
- name: qwen3next
os: linux-aarch64-a2-4
ests: tests/e2e/nightly/single_node/models/test_qwen3_next.py
- name: qwen3-32b
os: linux-aarch64-a2-4
tests: tests/e2e/nightly/single_node/models/test_qwen3_32b.py