Home
last modified time | relevance | path

Searched refs:task_references (Results 1 – 1 of 1) sorted by relevance

/external/autotest/contrib/
Dbackfill_tko_task_references.py145 def _insert_task_references(conn, task_references, dryrun): argument
149 for tr in task_references
163 def _verify_task_references(conn, task_references): argument
165 if not task_references:
167 tko_job_idx = task_references[-1].tko_job_idx
177 def _next_job_idx(task_references): argument
178 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 …]