Home
last modified time | relevance | path

Searched refs:JOB_REPO_URL (Results 1 – 7 of 7) sorted by relevance

/external/autotest/server/cros/dynamic_suite/
Dconstants.py28 JOB_REPO_URL = 'job_repo_url' variable
/external/autotest/test_suites/
Ddev_harness.py56 AFE.set_host_attribute(constants.JOB_REPO_URL, repo_url, hostname=m)
/external/autotest/server/
Dautotest.py27 from autotest_lib.server.cros.dynamic_suite.constants import JOB_REPO_URL
266 JOB_REPO_URL)
269 job_repo_url = info.attributes.get(JOB_REPO_URL, '')
271 logging.warning("No %s for %s", JOB_REPO_URL, self.host)
/external/autotest/server/hosts/
Dsonic_host.py293 return str(new_build_number), {constants.JOB_REPO_URL: update_url}
Dcros_host.py391 job_repo_url = info.attributes.get(ds_constants.JOB_REPO_URL, '')
468 job_repo_url = info.attributes.get(ds_constants.JOB_REPO_URL, '')
854 return build, {ds_constants.JOB_REPO_URL: repo_url}
1021 return image_name, {ds_constants.JOB_REPO_URL: repo_url}
Dtestbed.py442 attribute_name = '%s_%s' % (constants.JOB_REPO_URL,
Dadb_host.py1561 return '%s_%s' % (constants.JOB_REPO_URL, self.adb_serial)