HomeSort by relevance Sort by last modified time
    Searched refs:new_hosts (Results 1 - 3 of 3) sorted by null

  /external/autotest/server/cros/
host_lock_manager.py 111 new_hosts = set(hosts).difference(self._locked_hosts)
112 logging.info('Attempt to lock %s', new_hosts)
113 if not new_hosts:
116 return self._host_modifier(new_hosts, self.LOCK, lock_reason=lock_reason)
  /external/autotest/frontend/afe/
models.py 678 new_hosts = []
696 new_hosts = list(Host.objects.filter(
707 return new_hosts, invalid_host_ids
    [all...]
  /external/autotest/server/
server_job.py 436 new_hosts = self.hosts - self._existing_hosts_on_fork
437 for host in new_hosts:
    [all...]

Completed in 83 milliseconds