Searched refs:job_path (Results 1 – 2 of 2) sorted by relevance
/external/autotest/tko/ |
D | retrieve_logs.cgi | 24 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) 77 return 'http', normalized_host, job_path 82 def _get_tpool_args(hosts, job_path, is_shard, host_set): argument 97 arg = {'host': host, 'job_path': job_path, 'shard': is_shard} 102 def find_repository_host(job_path): argument 104 site_repo_info = site_find_repository_host(job_path) 119 tpool_args = _get_tpool_args(drones, job_path, False, host_set) [all …]
|
D | compose_query.cgi | 153 job_path = frontend.html_root + job_tag + '/' 161 return '/tko/retrieve_logs.cgi?' + urllib.urlencode({'job' : job_path,
|