Home | History | Annotate | Download | only in public

Lines Matching full:build_target

69     def _CreateGceImageWithBuildInfo(self, build_target, build_id):
76 build_target: Target name, e.g. "gce_x86-userdebug"
83 "build_target %s", build_id, build_target)
87 build_target,
95 image_name = self._compute_client.GenerateImageName(build_target,
159 build_target=None,
166 """Creates |num| devices for given build_target and build_id.
172 - If build_target and build_id are provided, will clone the disk image
178 build_target: Target name, e.g. "gce_x86-userdebug"
200 elif build_target and build_id:
201 image_name = self._CreateGceImageWithBuildInfo(build_target,
206 "local_disk_image, or build_target and build id.")
212 build_target, build_id)
356 build_target=None,
368 build_target: Target name, e.g. "gce_x86-userdebug"
394 build_target,