Home | History | Annotate | Download | only in scheduler

Lines Matching full:scheduler

5 The BaseAgentTask imposes an interface through which the scheduler can monitor
7 Tasks that run the tests. The scheduler itself only understands Agents.
9 The Agent is the bridge between the scheduler and the AgentTask. The
12 polling its AgentTask. The scheduler will keep polling a task through
30 an AgentTask to an Agent, which the scheduler understands. From this point
31 onward, the scheduler manages the task through the Agents interface,as follows:
41 set is_active, is_complete, success (checked in scheduler)
89 scheduler.
119 from autotest_lib.scheduler import drone_manager, pidfile_monitor
120 from autotest_lib.scheduler import scheduler_lib
121 from autotest_lib.scheduler import rdb_lib
122 from autotest_lib.scheduler import scheduler_models
514 __file__, 'autotest_lib.scheduler.site_monitor_db',