implemented watcher and rerun logic

This commit is contained in:
2026-06-25 11:31:20 -04:00
parent 21402f7ee3
commit be13849a4f
15 changed files with 871 additions and 97 deletions
-2
View File
@@ -125,8 +125,6 @@ def compile_schedule(
"""
if not tests:
return [], None
if not graph.is_graph_built():
raise RuntimeError("Graph not initialized. Load tests first to build DUT compatibility graph.")
initialize_scheduler_state(tests)
set_user_priorities(top_priority_tests, lowest_priority_tests)