Home | History | Annotate | Download | only in site_utils

Lines Matching refs:get_jobs

1152         suite_job = self._afe.get_jobs(id=self._suite_job_id)[0]
1207 child_jobs = jobs or self._afe.get_jobs(parent_job_id=self._suite_job_id)
1462 jobs=self._afe.get_jobs(id=self._suite_job_id)))
1596 existing_job = afe.get_jobs(id=job_id, finished=True)
1600 existing_job = afe.get_jobs(id=job_id)
1668 while not afe.get_jobs(id=job_id, finished=True):