Skip to content

Commit 0e5f285

Browse files
jiangyunfan1NSDie
authored andcommitted
[CI] Enable 2 jobs for nightly test (vllm-project#3781)
### What this PR does / why we need it? This PR adds 2 jobs to a3 nightly test, which contains 4 test cases, we need test them nightly ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? by running the test - vLLM version: v0.11.0rc3 - vLLM main: vllm-project/vllm@c9461e0 Signed-off-by: jiangyunfan1 <[email protected]> Signed-off-by: nsdie <[email protected]>
1 parent c783460 commit 0e5f285

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/vllm_ascend_test_nightly_a3.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ jobs:
6262
- name: qwen2-5-vl-7b
6363
os: linux-aarch64-a3-4
6464
tests: tests/e2e/nightly/models/test_qwen2_5_vl_7b.py
65+
- name: qwen2-5-vl-32b
66+
os: linux-aarch64-a3-4
67+
tests: tests/e2e/nightly/models/test_qwen2_5_vl_32b.py
68+
- name: qwen3-32b-int8-prefix-cache
69+
os: linux-aarch64-a3-4
70+
tests: tests/e2e/nightly/features/test_prefix_cache_qwen3_32b_int8.py
6571
- name: deepseek-r1-0528-w8a8
6672
os: linux-aarch64-a3-16
6773
tests: tests/e2e/nightly/models/test_deepseek_r1_0528_w8a8.py

0 commit comments

Comments
 (0)