Home | History | Annotate | Download | only in server

Lines Matching refs:JOB_REPO_URL

24 from autotest_lib.server.cros.dynamic_suite.constants import JOB_REPO_URL
220 @returns value of the 'job_repo_url' host attribute, if present.
236 JOB_REPO_URL)
239 job_repo_url = info.attributes.get(JOB_REPO_URL, '')
240 if not job_repo_url:
241 logging.warning("No %s for %s", JOB_REPO_URL, self.host)
245 job_repo_url)
246 return job_repo_url