Test case restoration in the full test. (#26933)
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ from sglang.test.test_utils import (
|
|||||||
popen_launch_server,
|
popen_launch_server,
|
||||||
)
|
)
|
||||||
|
|
||||||
register_npu_ci(est_time=200, suite="nightly-16-npu-a3", nightly=False)
|
register_npu_ci(est_time=200, suite="nightly-16-npu-a3", nightly=True)
|
||||||
|
|
||||||
|
|
||||||
class TestDeepEpDeepseekV32(CustomTestCase):
|
class TestDeepEpDeepseekV32(CustomTestCase):
|
||||||
|
|||||||
+1
-1
@@ -16,7 +16,7 @@ from sglang.test.test_utils import (
|
|||||||
popen_launch_server,
|
popen_launch_server,
|
||||||
)
|
)
|
||||||
|
|
||||||
register_npu_ci(est_time=200, suite="nightly-16-npu-a3", nightly=False)
|
register_npu_ci(est_time=200, suite="nightly-16-npu-a3", nightly=True)
|
||||||
|
|
||||||
|
|
||||||
class TestDeepEpQwen(CustomTestCase):
|
class TestDeepEpQwen(CustomTestCase):
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ from sglang.test.ascend.test_ascend_utils import (
|
|||||||
from sglang.test.ci.ci_register import register_npu_ci
|
from sglang.test.ci.ci_register import register_npu_ci
|
||||||
from sglang.test.test_utils import CustomTestCase
|
from sglang.test.test_utils import CustomTestCase
|
||||||
|
|
||||||
register_npu_ci(est_time=400, suite="full-2-npu-a3", nightly=False)
|
register_npu_ci(est_time=400, suite="full-2-npu-a3", nightly=True)
|
||||||
|
|
||||||
|
|
||||||
class TestC4AI(GSM8KAscendMixin, CustomTestCase):
|
class TestC4AI(GSM8KAscendMixin, CustomTestCase):
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ from sglang.test.ascend.test_ascend_utils import EXAONE_3_5_7_8B_INSTRUCT_WEIGHT
|
|||||||
from sglang.test.ci.ci_register import register_npu_ci
|
from sglang.test.ci.ci_register import register_npu_ci
|
||||||
from sglang.test.test_utils import CustomTestCase
|
from sglang.test.test_utils import CustomTestCase
|
||||||
|
|
||||||
register_npu_ci(est_time=400, suite="full-1-npu-a3", nightly=False)
|
register_npu_ci(est_time=400, suite="full-1-npu-a3", nightly=True)
|
||||||
|
|
||||||
|
|
||||||
class TestEXAONE(GSM8KAscendMixin, CustomTestCase):
|
class TestEXAONE(GSM8KAscendMixin, CustomTestCase):
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ from sglang.test.test_utils import CustomTestCase
|
|||||||
register_npu_ci(
|
register_npu_ci(
|
||||||
est_time=400,
|
est_time=400,
|
||||||
suite="full-16-npu-a3",
|
suite="full-16-npu-a3",
|
||||||
nightly=False,
|
nightly=True,
|
||||||
disabled="https://github.com/Ascend/sglang/issues/25",
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ from sglang.test.test_utils import CustomTestCase
|
|||||||
register_npu_ci(
|
register_npu_ci(
|
||||||
est_time=400,
|
est_time=400,
|
||||||
suite="full-1-npu-a3",
|
suite="full-1-npu-a3",
|
||||||
nightly=False,
|
nightly=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user