Home
last modified time | relevance | path

Searched refs:BUILD_BRANCH (Results 1 – 9 of 9) sorted by relevance

/tools/acloud/public/actions/
Dremote_instance_cf_device_factory.py151 build_branch = self._avd_spec.remote_image[constants.BUILD_BRANCH]
161 self._avd_spec.system_build_info.get(constants.BUILD_BRANCH),
164 self._avd_spec.kernel_build_info.get(constants.BUILD_BRANCH),
167 self._avd_spec.bootloader_build_info.get(constants.BUILD_BRANCH),
232 avd_spec.remote_image[constants.BUILD_BRANCH],
235 avd_spec.system_build_info[constants.BUILD_BRANCH],
238 avd_spec.kernel_build_info[constants.BUILD_BRANCH],
241 avd_spec.bootloader_build_info[constants.BUILD_BRANCH],
345 or self._avd_spec.kernel_build_info[constants.BUILD_BRANCH]):
Dcreate_goldfish_action.py283 branch = avd_spec.remote_image[constants.BUILD_BRANCH]
Dcreate_goldfish_action_test.py76 constants.BUILD_BRANCH: self.BRANCH,
/tools/acloud/create/
Davd_spec.py547 self._remote_image[constants.BUILD_BRANCH] = args.branch
548 if not self._remote_image[constants.BUILD_BRANCH]:
549 self._remote_image[constants.BUILD_BRANCH] = self._GetBuildBranch(
574 self._remote_image[constants.BUILD_BRANCH])
581 constants.BUILD_BRANCH: args.system_branch,
584 constants.BUILD_BRANCH: args.kernel_branch,
588 constants.BUILD_BRANCH: args.bootloader_branch,
702 branch = re.split("-|_", self._remote_image[constants.BUILD_BRANCH])[0]
Dremote_image_local_instance.py71 build_branch = avd_spec.remote_image[constants.BUILD_BRANCH]
93 avd_spec.system_build_info.get(constants.BUILD_BRANCH),
96 avd_spec.kernel_build_info.get(constants.BUILD_BRANCH),
99 avd_spec.bootloader_build_info.get(constants.BUILD_BRANCH),
Davd_spec_test.py237 self.AvdSpec._remote_image[constants.BUILD_BRANCH] = "git_branch"
244 self.AvdSpec._remote_image[constants.BUILD_BRANCH] = "aosp-master"
251 self.AvdSpec._remote_image[constants.BUILD_BRANCH] = "git_branch"
Dbase_avd_create.py77 (avd_spec.remote_image[constants.BUILD_BRANCH],
/tools/acloud/internal/lib/
Dandroid_build_client_test.py38 BUILD_BRANCH = "fake_branch" variable in AndroidBuildClientTest
158 build_id = self.client.GetLKGB(self.BUILD_TARGET, self.BUILD_BRANCH)
161 branch=self.BUILD_BRANCH,
/tools/acloud/internal/
Dconstants.py33 BUILD_BRANCH = "branch" variable