[Test] Drop cause-less disabled tests, fix XPU lane, demote quality gates off base-c (#40288)

This commit is contained in:
Liangsheng Yin
2026-09-20 14:36:02 -07:00
committed by GitHub
parent d229952e25
commit f6483e479f
14 changed files with 24 additions and 1286 deletions
@@ -18,18 +18,13 @@ import unittest
import requests
import torch
from sglang.test.ci.ci_register import register_cuda_ci
from sglang.test.ci.ci_register import register_xpu_ci
from sglang.test.server_fixtures.disaggregation_fixture import (
PDDisaggregationServerBase,
)
from sglang.test.test_utils import DEFAULT_SMALL_MODEL_NAME_FOR_TEST_QWEN
register_cuda_ci(
est_time=300,
stage="base-a",
runner_config="1-gpu-small",
disabled="Intel XPU only — not available in standard CUDA CI",
)
register_xpu_ci(est_time=300, suite="stage-b-test-1-gpu-xpu")
_XPU_AVAILABLE = torch.xpu.is_available()