[CI]fix test nightly workflow. (#3604)
Add the nightly test back, it's deleted by mistake. Co-authored-by: offline0806 <3337230449@qq.com>
This commit is contained in:
19
.github/workflows/vllm_ascend_test_nightly.yaml
vendored
19
.github/workflows/vllm_ascend_test_nightly.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user