Super tiny add test_soft_watchdog to nightly (#15692)

This commit is contained in:
fzyzcjy
2025-12-23 22:46:15 +08:00
committed by GitHub
parent 291f11ae39
commit 6a5764a719
@@ -5,6 +5,7 @@ import requests
from sglang.srt.environ import envs from sglang.srt.environ import envs
from sglang.srt.utils import kill_process_tree from sglang.srt.utils import kill_process_tree
from sglang.test.ci.ci_register import register_cuda_ci
from sglang.test.test_utils import ( from sglang.test.test_utils import (
DEFAULT_TIMEOUT_FOR_SERVER_LAUNCH, DEFAULT_TIMEOUT_FOR_SERVER_LAUNCH,
DEFAULT_URL_FOR_TEST, DEFAULT_URL_FOR_TEST,
@@ -12,6 +13,8 @@ from sglang.test.test_utils import (
popen_launch_server, popen_launch_server,
) )
register_cuda_ci(est_time=120, suite="nightly-1-gpu", nightly=True)
class BaseTestSoftWatchdog: class BaseTestSoftWatchdog:
env_override = None env_override = None