implemented watcher and rerun logic
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user