From c4a71fc6d56af0ae9d8e84bbeb91092790162ae0 Mon Sep 17 00:00:00 2001 From: Yikun Jiang Date: Thu, 4 Dec 2025 09:10:27 +0800 Subject: [PATCH] Remove cancel for main to main check (#4685) ### What this PR does / why we need it? Remove cancel for main to main check. Another choice we set timeout to 4h but I think 2h to get results is more important. Related: https://github.com/vllm-project/vllm-ascend/actions/workflows/vllm_ascend_test_full_vllm_main.yaml ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Can be merged directly if lint passed - vLLM version: v0.12.0 - vLLM main: https://github.com/vllm-project/vllm/commit/v0.12.0 Signed-off-by: Yikun Jiang --- .github/workflows/vllm_ascend_test_full_vllm_main.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/vllm_ascend_test_full_vllm_main.yaml b/.github/workflows/vllm_ascend_test_full_vllm_main.yaml index 0c93b774..b7253a4a 100644 --- a/.github/workflows/vllm_ascend_test_full_vllm_main.yaml +++ b/.github/workflows/vllm_ascend_test_full_vllm_main.yaml @@ -17,7 +17,7 @@ name: 'ascend test / vllm main' on: - # Run 1-card and 2-cards e2e tests per 2h + # Run full e2e tests per 2h schedule: - cron: '0 */2 * * *' workflow_dispatch: @@ -29,12 +29,6 @@ defaults: run: shell: bash -el {0} -# only cancel in-progress runs of the same workflow -# and ignore the lint / 1 card / 4 cards test type -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - jobs: e2e-test: uses: ./.github/workflows/_e2e_test.yaml