Home
last modified time | relevance | path

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

/external/autotest/scheduler/
Dmonitor_db.py540 task_entries = queue_entry.job.get_group_entries(queue_entry)
541 self._check_for_duplicate_host_entries(task_entries)
547 return QueueTask(queue_entries=task_entries)
549 return postjob_task.GatherLogsTask(queue_entries=task_entries)
551 return postjob_task.FinalReparseTask(queue_entries=task_entries)
553 return postjob_task.ArchiveResultsTask(queue_entries=task_entries)
560 def _check_for_duplicate_host_entries(self, task_entries): argument
563 for task_entry in task_entries: