HomeSort by relevance Sort by last modified time
    Searched refs:host_jobs (Results 1 - 3 of 3) sorted by null

  /external/autotest/scheduler/
host_scheduler.py 255 def acquire_hosts(self, host_jobs):
262 @param host_jobs: A list of queue entries that either require hosts,
269 return rdb_lib.acquire_hosts(host_jobs)
272 def find_hosts_for_jobs(self, host_jobs):
275 @param host_jobs: A list of queue entries that either require hosts,
280 hosts = self.acquire_hosts(host_jobs)
281 for host, job in zip(hosts, host_jobs):
370 def acquire_hosts(self, host_jobs):
374 It figures out a set of suites that |host_jobs| belong to;
380 for q in host_jobs if q.job.parent_job_id]
    [all...]
monitor_db.py     [all...]
  /external/autotest/cli/
host.py 269 class host_jobs(host): class in inherits:host
274 super(host_jobs, self).__init__()
283 (options, leftover) = super(host_jobs, self).parse()

Completed in 68 milliseconds