ci: unify PR test suite naming (#21187)
This commit is contained in:
@@ -10,9 +10,9 @@ from sglang.srt.utils.patch_torch import monkey_patch_torch_reductions
|
||||
from sglang.test.ci.ci_register import register_amd_ci, register_cuda_ci
|
||||
|
||||
register_amd_ci(
|
||||
est_time=19, suite="stage-b-test-large-2-gpu-amd", disabled="see #11127"
|
||||
est_time=19, suite="stage-b-test-2-gpu-large-amd", disabled="see #11127"
|
||||
)
|
||||
register_cuda_ci(est_time=19, suite="stage-b-test-large-2-gpu")
|
||||
register_cuda_ci(est_time=19, suite="stage-b-test-2-gpu-large")
|
||||
|
||||
|
||||
class TestReleaseMemoryOccupation(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user