From 073097a9a1ddf8c81737ed9f9f9fe36264884327 Mon Sep 17 00:00:00 2001 From: Li Wang Date: Tue, 30 Dec 2025 20:50:44 +0800 Subject: [PATCH] [3/N][Nightly] Move ops tests to nightly (#5538) ### What this PR does / why we need it? Follow https://github.com/vllm-project/vllm-ascend/pull/5479, since the cases `tests/e2e/nightly/ops/triton/` have to been verified stable enough, we should move it to nightly in principle Signed-off-by: wangli --- .github/workflows/_e2e_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_e2e_test.yaml b/.github/workflows/_e2e_test.yaml index 731f9f73..e1fe3f7b 100644 --- a/.github/workflows/_e2e_test.yaml +++ b/.github/workflows/_e2e_test.yaml @@ -106,7 +106,7 @@ jobs: # We found that if running aclgraph tests in batch, it will cause AclmdlRICaptureBegin error. So we run # the test separately. - pytest -sv --durations=0 tests/e2e/nightly/ops/triton/ + pytest -sv --durations=0 tests/e2e/nightly/single_node/ops/singlecard_ops/triton/ pytest -sv --durations=0 tests/e2e/singlecard/test_completion_with_prompt_embeds.py pytest -sv --durations=0 tests/e2e/singlecard/test_aclgraph_accuracy.py pytest -sv --durations=0 tests/e2e/singlecard/test_async_scheduling.py