Lines Matching refs:JOB_REPO_URL
344 Make sure job_repo_url of this host is valid.
346 Eg: The job_repo_url "http://lmn.cd.ab.xyx:8080/static/\
350 unresponsive, update the job_repo_url of the host after staging it on
353 @param job_repo_url: A url pointing to the devserver where the autotest
359 @raises AutoservError: If we're unable to save the new job_repo_url as
362 @raises urllib2.URLError: If the devserver embedded in job_repo_url
365 job_repo_url = afe_utils.get_host_attribute(self,
366 ds_constants.JOB_REPO_URL)
367 if not job_repo_url:
371 logging.info('Verifying job repo url %s', job_repo_url)
373 job_repo_url)
442 job_repo_url = afe_utils.get_host_attribute(
443 self, ds_constants.JOB_REPO_URL)
444 if job_repo_url:
446 tools.get_devserver_build_from_package_url(job_repo_url))
679 `job_repo_url`: repo_url, where repo_url is a devserver url to
778 # devserver is used to form JOB_REPO_URL here. Verified in local test.
780 return build, {ds_constants.JOB_REPO_URL: repo_url}
794 Once a host enters machine_install its host attribute job_repo_url
819 `job_repo_url`: repo_url, where repo_url is a devserver url to
941 return image_name, {ds_constants.JOB_REPO_URL: repo_url}