Skip to content

Commit 7aee922

Browse files
authored
[CI] Add nightly CI (#668)
### What this PR does / why we need it? Add nightly CI for basic function and model usability --------- Signed-off-by: wangli <wangli858794774@gmail.com>
1 parent d6be63e commit 7aee922

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/vllm_ascend_test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
name: 'e2e test'
1919

2020
on:
21+
schedule:
22+
- cron: '0 23 * * *'
2123
pull_request:
2224
branches:
2325
- 'main'
@@ -148,9 +150,7 @@ jobs:
148150
- "vllm_ascend/patch/worker/patch_common/patch_multi_step_worker.py"
149151
150152
- name: Run vllm-project/vllm-ascend Speculative Decode test
151-
env:
152-
VLLM_USE_V1: 0
153-
if: steps.filter_spec_decode.outputs.speculative_tests_changed == 'true'
153+
if: steps.filter_spec_decode.outputs.speculative_tests_changed == 'true' || github.event_name == 'schedule'
154154
run: |
155155
if [[ "${{ matrix.os }}" == "linux-arm64-npu-1" ]]; then
156156
pytest -sv tests/singlecard/spec_decode/e2e/test_mtp_correctness.py # it needs a clean process

0 commit comments

Comments
 (0)