OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_hosts
(Results
1 - 2
of
2
) 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/server/
server_job.py
338
new_hosts
= self.hosts - self._existing_hosts_on_fork
339
for host in
new_hosts
:
[
all
...]
Completed in 78 milliseconds