Show reproducible job diagnostics
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user