Searched refs:JOB_REPO_URL (Results 1 – 4 of 4) sorted by relevance
15 from autotest_lib.server.cros.dynamic_suite.constants import JOB_REPO_URL48 if hosts and JOB_REPO_URL in hosts[0].attributes:49 return hosts[0].attributes[JOB_REPO_URL]50 logging.warning("No %s for %s", JOB_REPO_URL, self.host)52 logging.warning('Not attempting to look for %s', JOB_REPO_URL)
24 JOB_REPO_URL = 'job_repo_url' variable
56 AFE.set_host_attribute(constants.JOB_REPO_URL, repo_url, hostname=m)
392 if hosts and ds_constants.JOB_REPO_URL in hosts[0].attributes:393 return hosts[0].attributes[ds_constants.JOB_REPO_URL]417 self._AFE.set_host_attribute(ds_constants.JOB_REPO_URL, repo_url,