Searched refs:host_assignment (Results 1 – 2 of 2) sorted by relevance
198 host_assignment = collections.namedtuple('host_assignment', ['host', 'job']) variable in BaseHostScheduler282 yield self.host_assignment(host, job)
957 for host_assignment in jobs_with_hosts:958 self._schedule_host_job(host_assignment.host, host_assignment.job)