[NPU] Chain PR test jobs and disable two DeepSeek-V4-Flash perf tests (#36672)

This commit is contained in:
pllimax
2026-08-28 09:16:09 +08:00
committed by GitHub
parent 96b31770f9
commit 22f37d414b
3 changed files with 20 additions and 10 deletions
@@ -8,7 +8,12 @@ from sglang.test.ascend.e2e.test_npu_performance_utils import (
)
from sglang.test.ci.ci_register import register_npu_ci
register_npu_ci(est_time=1800, suite="nightly-perf-16-npu-a3", nightly=True)
register_npu_ci(
est_time=1800,
suite="nightly-perf-16-npu-a3",
nightly=True,
disabled="Testcase bug, temporarily disabled",
)
# Environment variables for DSV4-Flash single-node PD-mix deployment.
DEEPSEEK_V4_FLASH_W8A8_8P_ENVS = {
@@ -8,7 +8,12 @@ from sglang.test.ascend.e2e.test_npu_performance_utils import (
)
from sglang.test.ci.ci_register import register_npu_ci
register_npu_ci(est_time=1800, suite="nightly-perf-16-npu-a3", nightly=True)
register_npu_ci(
est_time=1800,
suite="nightly-perf-16-npu-a3",
nightly=True,
disabled="Testcase bug, temporarily disabled",
)
# Environment variables for DSV4-Flash single-node PD-mix deployment.
DEEPSEEK_V4_FLASH_W8A8_8P_ENVS = {