Skip to content

Commit 019c8e0

Browse files
[CI] Delete deepseek3.2-exp nightly test (#5028)
### What this PR does / why we need it? Delete deepseek3.2-exp nightly test firstly for replacing deepseek3.2-exp with deepseek3.2 after nightly tests pass. - vLLM version: v0.12.0 - vLLM main: vllm-project/vllm@ad32e3e Signed-off-by: hfadzxy <[email protected]>
1 parent 8d2998d commit 019c8e0

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/nightly_test_a3.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,10 @@ jobs:
6161
- name: multi-node-qwenw8a8-2node
6262
config_file_path: Qwen3-235B-W8A8.yaml
6363
size: 2
64-
- name: multi-node-dpsk3.2-exp-2node
65-
config_file_path: DeepSeek-V3_2-Exp-bf16.yaml
66-
size: 2
64+
# TODO: Replace deepseek3.2-exp with deepseek3.2 after nightly tests pass
65+
# - name: multi-node-dpsk3.2-exp-2node
66+
# config_file_path: DeepSeek-V3_2-Exp-bf16.yaml
67+
# size: 2
6768
- name: multi-node-deepseek-r1-w8a8-eplb
6869
config_file_path: DeepSeek-R1-W8A8-EPLB.yaml
6970
size: 4
@@ -128,9 +129,10 @@ jobs:
128129
- name: qwen3-235b-w8a8
129130
os: linux-aarch64-a3-16
130131
tests: tests/e2e/nightly/models/test_qwen3_235b_w8a8.py
131-
- name: deepseek3_2-exp-w8a8
132-
os: linux-aarch64-a3-16
133-
tests: tests/e2e/nightly/models/test_deepseek_v3_2_exp_w8a8.py
132+
# TODO: Replace deepseek3.2-exp with deepseek3.2 after nightly tests pass
133+
# - name: deepseek3_2-exp-w8a8
134+
# os: linux-aarch64-a3-16
135+
# tests: tests/e2e/nightly/models/test_deepseek_v3_2_exp_w8a8.py
134136
uses: ./.github/workflows/_e2e_nightly_single_node.yaml
135137
with:
136138
vllm: v0.12.0

0 commit comments

Comments
 (0)