[9/n] decouple quantization impl from vllm dependency - adjust ci (#12753)

This commit is contained in:
Peng Zhang
2025-11-11 06:55:19 +08:00
committed by GitHub
parent 0493775b06
commit 012bfc4fdc
4 changed files with 13 additions and 13 deletions

View File

@@ -65,7 +65,7 @@ class SGLangCIAnalyzer:
def analyze_ci_failures(self, runs: List[Dict]) -> Dict:
print(
"Analyzing CI failure data (pr-test.yml, vllm-dependency-test.yml, nightly-test.yml jobs only)..."
"Analyzing CI failure data (pr-test.yml, quantization-test.yml, nightly-test.yml jobs only)..."
)
job_categories = {
@@ -111,7 +111,7 @@ class SGLangCIAnalyzer:
],
"integration": [
"run-all-notebooks",
"vllm-dependency-test",
"quantization-test",
"test-disaggregation",
],
"b200": [
@@ -189,7 +189,7 @@ class SGLangCIAnalyzer:
"unit-test-backend-8-gpu-deepseek-v32",
"unit-test-backend-4-gpu-b200",
"unit-test-backend-4-gpu-gb200",
"vllm-dependency-test",
"quantization-test",
"nightly-test-eval-text-models",
"nightly-test-perf-text-models",
"nightly-test-eval-vlms",