Lines Matching refs:JOB_REPO_URL
334 Make sure job_repo_url of this host is valid.
336 Eg: The job_repo_url "http://lmn.cd.ab.xyx:8080/static/\
340 unresponsive, update the job_repo_url of the host after staging it on
343 @param job_repo_url: A url pointing to the devserver where the autotest
349 @raises AutoservError: If we're unable to save the new job_repo_url as
352 @raises urllib2.URLError: If the devserver embedded in job_repo_url
356 job_repo_url = info.attributes.get(ds_constants.JOB_REPO_URL, '')
357 if not job_repo_url:
361 logging.info('Verifying job repo url %s', job_repo_url)
363 job_repo_url)
433 job_repo_url = info.attributes.get(ds_constants.JOB_REPO_URL, '')
434 if job_repo_url:
436 tools.get_devserver_build_from_package_url(job_repo_url))