Searched refs:child_job_ids (Results 1 – 3 of 3) sorted by relevance
80 child_job_ids = {j.id for j in child_jobs}81 hqes = afe.get_host_queue_entries(job_id__in=list(child_job_ids))
209 child_job_ids = {j.id for j in child_jobs}211 hqes = afe.get_host_queue_entries(job_id__in=list(child_job_ids))
131 def _mock_afe_get_jobs(self, suite_job_id, child_job_ids): argument144 for job_id in child_job_ids: