Searched refs:host_assignment (Results 1 – 2 of 2) sorted by relevance
198 host_assignment = collections.namedtuple('host_assignment', ['host', 'job']) variable in BaseHostScheduler283 jobs_with_hosts.append(self.host_assignment(host, job))
870 for host_assignment in jobs_with_hosts:871 self._schedule_host_job(host_assignment.host, host_assignment.job)