Home
last modified time | relevance | path

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

/external/autotest/tko/
Dretrieve_logs.cgi24 def _retrieve_logs_dummy(job_path): argument
58 job_path = args['job_path']
62 host, job_path)
64 http_path = 'http://%s%s' % (host, job_path)
92 return 'http', normalized_host, job_path
97 def _get_tpool_args(hosts, job_path, is_shard, host_set): argument
112 arg = {'host': host, 'job_path': job_path, 'shard': is_shard}
117 def find_repository_host(job_path): argument
119 site_repo_info = site_find_repository_host(job_path)
134 tpool_args = _get_tpool_args(drones, job_path, False, host_set)
[all …]
Dcompose_query.cgi153 job_path = frontend.html_root + job_tag + '/'
161 return '/tko/retrieve_logs.cgi?' + urllib.urlencode({'job' : job_path,
/external/grpc-grpc/tools/failures/
Ddetect_new_failures.py75 job_path = '{}/{}'.format('/job/'.join(job_name.split('/')), build_id)
76 return KOKORO_BASE_URL + job_path
/external/tensorflow/tensorflow/python/distribute/cluster_resolver/
Dcluster_resolver.py155 job_path = '/job:%s' % task_type
157 if job_path not in device.name or task_path not in device.name: