[CI][RFC] Replace black-jupyter with ruff-format (#37210)
Co-authored-by: Alison Shao <a.shao@wustl.edu>
This commit is contained in:
co-authored by
Alison Shao
parent
2641e427be
commit
28262c20df
@@ -709,9 +709,9 @@ class SGLangFailuresAnalyzer:
|
||||
runner_instance_key = f"{runner_labels_str}_{runner_id}"
|
||||
runner_instance_stats[runner_instance_key]["total_jobs"] += 1
|
||||
# Store runner name for reference
|
||||
runner_instance_stats[runner_instance_key][
|
||||
"runner_name"
|
||||
] = runner_name
|
||||
runner_instance_stats[runner_instance_key]["runner_name"] = (
|
||||
runner_name
|
||||
)
|
||||
|
||||
# Calculate queue time (time from created to started) per instance
|
||||
created_at = job.get("created_at")
|
||||
|
||||
Reference in New Issue
Block a user