From 52875ab6f42338688aed3d8e85188ae955e624f5 Mon Sep 17 00:00:00 2001 From: Yu-Yun Chang Date: Sun, 17 May 2026 14:02:35 +0800 Subject: [PATCH] [AMD][CI] Register Eagle constrained decoding test (#25260) Co-authored-by: github-actions[bot] Co-authored-by: YC Yen-Ching Tseng Co-authored-by: HAI --- test/registered/spec/eagle/test_eagle_constrained_decoding.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/registered/spec/eagle/test_eagle_constrained_decoding.py b/test/registered/spec/eagle/test_eagle_constrained_decoding.py index 6478ce0b3..85e7d75e7 100644 --- a/test/registered/spec/eagle/test_eagle_constrained_decoding.py +++ b/test/registered/spec/eagle/test_eagle_constrained_decoding.py @@ -2,7 +2,7 @@ import unittest from sglang.srt.environ import envs 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.kits.json_constrained_kit import JSONConstrainedMixin from sglang.test.kits.regex_constrained_kit import RegexConstrainedMixin from sglang.test.test_utils import ( @@ -15,6 +15,7 @@ from sglang.test.test_utils import ( ) register_cuda_ci(est_time=116, stage="base-b", runner_config="1-gpu-large") +register_amd_ci(est_time=165, stage="stage-b", runner_config="1-gpu-large-amd") class TestEagleConstrainedDecoding(