[AMD] register 2 spec tests to stage-b-test-1-gpu-large-amd (batch-5) (#28558)

This commit is contained in:
Michael
2026-06-18 16:33:23 -07:00
committed by GitHub
parent c1067f88d6
commit 62ab09a478
2 changed files with 4 additions and 2 deletions
@@ -7,7 +7,7 @@ from types import SimpleNamespace
import requests
from sglang.srt.utils import kill_process_tree
from sglang.test.ci.ci_register import register_cuda_ci
from sglang.test.ci.ci_register import register_amd_ci, register_cuda_ci
from sglang.test.run_eval import run_eval
from sglang.test.test_utils import (
DEFAULT_DRAFT_MODEL_EAGLE,
@@ -19,6 +19,7 @@ from sglang.test.test_utils import (
)
register_cuda_ci(est_time=160, stage="base-b", runner_config="1-gpu-large")
register_amd_ci(est_time=240, suite="stage-b-test-1-gpu-large-amd")
HIGH_ACCEPT_PROMPT = (
"Output exactly 128 new lines. "
+2 -1
View File
@@ -5,7 +5,7 @@ from typing import Optional
import requests
from sglang.srt.utils import kill_process_tree
from sglang.test.ci.ci_register import register_cuda_ci
from sglang.test.ci.ci_register import register_amd_ci, register_cuda_ci
from sglang.test.run_eval import run_eval
from sglang.test.test_utils import (
DEFAULT_TIMEOUT_FOR_SERVER_LAUNCH,
@@ -17,6 +17,7 @@ from sglang.test.test_utils import (
)
register_cuda_ci(est_time=300, stage="base-b", runner_config="1-gpu-large")
register_amd_ci(est_time=450, suite="stage-b-test-1-gpu-large-amd")
def get_server_info(base_url: str) -> dict: