Show reproducible job diagnostics

This commit is contained in:
2026-06-30 16:06:26 +08:00
parent e482651545
commit 143572825a
4 changed files with 130 additions and 0 deletions

View File

@@ -61,6 +61,11 @@ def evaluate_project() -> dict:
and "setResults(resultsNext)" in frontend_text
and "slice(0, 240)" not in frontend_text,
"job_progress_ui": "JobProgressBar" in frontend_text and "progressTrack" in frontend_text,
"job_diagnostics_ui": "JobDiagnostics" in frontend_text
and "jobDiagnostics" in frontend_text
and "command?.join" in frontend_text
and "job.cwd" in frontend_text
and "JSON.stringify(job.params" in frontend_text,
"gpu_task_selection_ui": "selectedGpuIds" in frontend_text
and "gpuSelector" in frontend_text
and "jobPayload" in frontend_text