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

  /external/autotest/frontend/afe/
direct_afe_unittest.py 14 jobs = afe.get_jobs()
25 jobs = afe.get_jobs()
rpc_interface_unittest.py     [all...]
rpc_interface.py 27 get_jobs(owner='showard', status='Queued')
1196 def get_jobs(not_yet_run=False, running=False, finished=False, function
    [all...]
  /external/skia/bin/
try.py 36 def get_jobs(repo): function
71 jobs.append(get_jobs(REPO_INTERNAL))
  /external/skqp/bin/
try.py 36 def get_jobs(repo): function
71 jobs.append(get_jobs(REPO_INTERNAL))
  /external/autotest/utils/
tko_publish.py 65 finished_jobs = afe.get_jobs(finished=True)
  /external/autotest/server/lib/
suite_report.py 174 suite_job = afe.get_jobs(id=suite_job_id)[0]
181 child_jobs = afe.get_jobs(parent_job_id=suite_job_id)
  /external/autotest/site_utils/
job_directories.py 193 entry = _AFE.get_jobs(id=self._id, finished=True)
test_runner_utils.py 528 if not afe.get_jobs():
532 last_job_id = afe.get_jobs()[-1].id
535 job_queue = afe.get_jobs()
544 new_jobs = set(job for job in afe.get_jobs(not_yet_run=True, running=True)
    [all...]
diagnosis_utils.py 343 incomplete_jobs = self.rpc_interface.get_jobs(
run_suite.py     [all...]
run_suite_unittest.py 131 """Mock afe get_jobs call.
157 self.afe.get_jobs = mock.MagicMock(side_effect=side_effect)
252 self.afe.get_jobs.assert_called_once_with(
test_push.py 363 while not AFE.get_jobs(id=suite_job_id, finished=True):
698 if AFE.get_jobs(id=suite_id, finished=False):
gs_offloader_unittest.py 461 """Class to mock the return value of `AFE.get_jobs()`."""
488 self.mox.StubOutWithMock(job_directories._AFE, 'get_jobs')
538 job_directories._AFE.get_jobs(
614 job_directories._AFE.get_jobs(
    [all...]
  /external/autotest/contrib/
find_suite_tasks.py 79 child_jobs = afe.get_jobs(parent_job_id=suite_job_id)
  /external/autotest/server/cros/dynamic_suite/
job_status_unittest.py 86 self.afe.get_jobs(id__in=list(job_id_set),
job_status.py 165 return self._afe.get_jobs(id__in=list(self._job_ids), finished=True)
suite.py     [all...]
  /external/autotest/server/
frontend.py 602 def get_jobs(self, summary=False, **dargs): member in class:AFE
606 jobs_data = self.run('get_jobs', **dargs)
688 return self.get_jobs(id=id)[0]
  /external/autotest/server/hosts/
servo_host.py 393 job = afe.get_jobs(id=hqe.job.id)
    [all...]

Completed in 196 milliseconds