Home | History | Annotate | Download | only in dynamic_suite

Lines Matching refs:job_id

191 def link_job(job_id, instance_server=None):
194 @param job_id: A string, representing the job id.
201 if not job_id:
208 return _job_view % (instance_server, job_id)
211 def _base_results_log(job_id, result_owner, hostname):
214 @param job_id: A string, representing the job id.
222 if job_id and result_owner and hostname:
223 path_to_object = '%s-%s/%s' % (job_id, result_owner,
229 def link_result_logs(job_id, result_owner, hostname):
232 @param job_id: A string, representing the job id.
240 base_results = _base_results_log(job_id, result_owner, hostname)
245 (job_id, result_owner, hostname))
248 def link_status_log(job_id, result_owner, hostname):
251 @param job_id: A string, representing the job id.
259 base_results = _base_results_log(job_id, result_owner, hostname)