[Test] Add deepseek v3.2 exp nightly test (#4191)
### What this PR does / why we need it?
- skip the nightly image build when the github event is pull_request
- set imagepullpolicy as alway for multi_node test
- move multi_node tests ahead to have some resource clean first
- do not relevant nightly image build with nightly tests for tolerance
- vLLM version: v0.11.0
- vLLM main:
2918c1b49c
---------
Signed-off-by: hfadzxy <starmoon_zhang@163.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Co-authored-by: wangli <wangli858794774@gmail.com>
This commit is contained in:
19
.github/workflows/_nightly_image_build.yaml
vendored
19
.github/workflows/_nightly_image_build.yaml
vendored
@@ -2,22 +2,7 @@ name: 'image / nightly / Ubuntu / test'
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0,4,8,12,14 * * *'
|
||||
workflow_call:
|
||||
inputs:
|
||||
target:
|
||||
required: true
|
||||
type: string
|
||||
description: 'Target architecture, e.g., a2, a3'
|
||||
outputs:
|
||||
image-tag:
|
||||
description: 'The built image tag'
|
||||
value: ${{ jobs.build-and-sync.outputs.image-tag }}
|
||||
secrets:
|
||||
HW_USERNAME:
|
||||
required: true
|
||||
HW_TOKEN:
|
||||
required: true
|
||||
- cron: '0 0,4,8,12,15 * * *'
|
||||
|
||||
# This workflow builds and pushes Docker images for nightly-ci
|
||||
# It will be built base on the quay.io/ascend/vllm-ascend:main
|
||||
@@ -28,7 +13,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
target: ${{ fromJson(github.event_name == 'schedule' && '["a2","a3"]' || format('["{0}"]', inputs.target || 'a3')) }}
|
||||
target: ['a2', 'a3']
|
||||
|
||||
outputs:
|
||||
image-tag: ${{ steps.build-image.outputs.image-tag }}
|
||||
|
||||
Reference in New Issue
Block a user