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 254 def acquire_hosts(self, host_jobs):
261 @param host_jobs: A list of queue entries that either require hosts,
268 return rdb_lib.acquire_hosts(host_jobs)
271 def find_hosts_for_jobs(self, host_jobs):
274 @param host_jobs: A list of queue entries that either require hosts,
279 hosts = self.acquire_hosts(host_jobs)
280 for host, job in zip(hosts, host_jobs):
366 def acquire_hosts(self, host_jobs):
370 It figures out a set of suites that |host_jobs| belong to;
376 for q in host_jobs if q.job.parent_job_id]
    [all...]
monitor_db.py     [all...]
  /external/autotest/cli/
host.py 341 class host_jobs(host): class in inherits:host
346 super(host_jobs, self).__init__()
355 (options, leftover) = super(host_jobs, self).parse()
    [all...]

Completed in 2150 milliseconds