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

  /external/autotest/server/lib/
suite_report.py 181 child_jobs = afe.get_jobs(parent_job_id=suite_job_id)
182 logging.debug('... fetched %s child jobs.' % len(child_jobs))
185 for j in child_jobs:
194 child_job_ids = {j.id for j in child_jobs}
  /external/autotest/site_utils/
run_suite_unittest.py 462 child_jobs = set()
467 child_jobs.add(good_job_id)
473 child_jobs.add(bad_job_id)
476 child_jobs.add(warn_job_id)
481 child_jobs.add(self_aborted_job_id)
484 child_jobs.add(good_retry_job_id)
487 child_jobs.add(bad_retry_job_id)
490 child_jobs.add(aborted_by_suite_job_id)
493 self._mock_afe_get_jobs(suite_job_id, child_jobs)
run_suite.py     [all...]
  /external/autotest/contrib/
find_suite_tasks.py 79 child_jobs = afe.get_jobs(parent_job_id=suite_job_id)
80 child_job_ids = {j.id for j in child_jobs}
  /external/autotest/frontend/afe/
rpc_interface_unittest.py     [all...]

Completed in 555 milliseconds