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

  /external/autotest/scheduler/
rdb_lib.py 18 def __init__(self, queue_entries, suite_min_duts=None):
22 @param suite_min_duts: A dictionary where the key is suite job id,
35 self._suite_min_duts = suite_min_duts or {}
62 'suite_min_duts': min_duts}
65 def acquire_hosts(queue_entries, suite_min_duts=None):
71 @param suite_min_duts: A dictionary that maps suite job id to the minimum
79 job_query_manager = JobQueryManager(queue_entries, suite_min_duts)
host_scheduler.py 27 dropping a 'suite_min_duts' job keyval which defaults to 0.
39 We need to carefully choose |suite_min_duts| for both low and high
178 suite_min_duts = self.job_query_manager.get_min_duts_of_suites(
181 min_duts = suite_min_duts.get(parent_id, 0)
183 suite_min_duts[parent_id] = max(0, min_duts - cur_duts)
185 suite_min_duts)
186 return suite_min_duts
381 suite_min_duts = self._suite_recorder.get_min_duts(parent_job_ids)
382 return rdb_lib.acquire_hosts(host_jobs, suite_min_duts)
rdb_utils.py 124 (r.parent_job_id, r.suite_min_duts)
rdb_integration_tests.py 559 suite_min_duts = {}
566 suite_min_duts[s['parent_job'].id] = setting['min_duts']
568 matching_hosts = rdb_lib.acquire_hosts(queue_entries, suite_min_duts)
  /external/autotest/site_utils/
run_suite.py 336 parser.add_argument('--suite_min_duts', dest='suite_min_duts', type=int,
    [all...]
  /external/autotest/frontend/afe/
rpc_interface.py     [all...]

Completed in 64 milliseconds