Home | History | Annotate | Download | only in hosts

Lines Matching full:build_url

202             build_url: Devserver URL to the build to install.
205 build_url = inputs['build_url']
208 host.hostname, host.adb_serial, build_url)
209 host.machine_install(build_url=build_url)
211 host.hostname, host.adb_serial, build_url)
287 build_url, _ = host.stage_build_for_install(build)
289 'build_url': build_url})