Searched refs:task_references (Results 1 – 1 of 1) sorted by relevance
145 def _insert_task_references(conn, task_references, dryrun): argument149 for tr in task_references163 def _verify_task_references(conn, task_references): argument165 if not task_references:167 tko_job_idx = task_references[-1].tko_job_idx177 def _next_job_idx(task_references): argument178 return str(long(task_references[-1].tko_job_idx) - 1)193 task_references = ()195 task_references = _compute_task_references(197 if not task_references:[all …]