From 7aee9228f09c9967dc5e2515b5c08315a379e22b Mon Sep 17 00:00:00 2001 From: Li Wang Date: Tue, 29 Apr 2025 16:35:52 +0800 Subject: [PATCH] [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 --- .github/workflows/vllm_ascend_test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/vllm_ascend_test.yaml b/.github/workflows/vllm_ascend_test.yaml index a5d3e24..fce99fa 100644 --- a/.github/workflows/vllm_ascend_test.yaml +++ b/.github/workflows/vllm_ascend_test.yaml @@ -18,6 +18,8 @@ name: 'e2e test' on: + schedule: + - cron: '0 23 * * *' pull_request: branches: - 'main' @@ -148,9 +150,7 @@ jobs: - "vllm_ascend/patch/worker/patch_common/patch_multi_step_worker.py" - name: Run vllm-project/vllm-ascend Speculative Decode test - env: - VLLM_USE_V1: 0 - if: steps.filter_spec_decode.outputs.speculative_tests_changed == 'true' + if: steps.filter_spec_decode.outputs.speculative_tests_changed == 'true' || github.event_name == 'schedule' run: | if [[ "${{ matrix.os }}" == "linux-arm64-npu-1" ]]; then pytest -sv tests/singlecard/spec_decode/e2e/test_mtp_correctness.py # it needs a clean process