[AMD] CI - Fix AMD CI (multimodal test, move flaky test to non-deterministic group) (#20815)
This commit is contained in:
@@ -26,7 +26,7 @@ from sglang.test.lora_utils import (
|
||||
from sglang.test.test_utils import CustomTestCase, is_in_ci
|
||||
|
||||
register_cuda_ci(est_time=100, suite="stage-b-test-large-1-gpu")
|
||||
register_amd_ci(est_time=100, suite="stage-b-test-small-1-gpu-amd-nondeterministic")
|
||||
register_amd_ci(est_time=100, suite="stage-b-test-small-1-gpu-amd")
|
||||
|
||||
|
||||
class TestMultiLoRABackend(CustomTestCase):
|
||||
|
||||
@@ -17,7 +17,7 @@ from sglang.test.test_utils import is_in_ci
|
||||
|
||||
|
||||
register_cuda_ci(est_time=228, suite="stage-b-test-large-1-gpu")
|
||||
register_amd_ci(est_time=850, suite="stage-b-test-small-1-gpu-amd")
|
||||
register_amd_ci(est_time=850, suite="stage-b-test-small-1-gpu-amd-nondeterministic")
|
||||
|
||||
_is_hip = is_hip()
|
||||
# VLM models for testing
|
||||
|
||||
Reference in New Issue
Block a user