Home
last modified time | relevance | path

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

/tools/acloud/create/
Dremote_image_remote_instance_test.py93 constants.BUILD_BRANCH: "fake_branch"}
96 constants.BUILD_BRANCH: "fake_branch"}
99 constants.BUILD_BRANCH: "fake_branch"}
117 constants.BUILD_BRANCH: "fake_branch"}
120 constants.BUILD_BRANCH: "fake_branch"}
123 constants.BUILD_BRANCH: "fake_branch"}
Dremote_image_local_instance.py78 build_branch = avd_spec.remote_image[constants.BUILD_BRANCH]
101 avd_spec.system_build_info.get(constants.BUILD_BRANCH),
104 avd_spec.kernel_build_info.get(constants.BUILD_BRANCH),
107 avd_spec.bootloader_build_info.get(constants.BUILD_BRANCH),
110 avd_spec.ota_build_info.get(constants.BUILD_BRANCH),
Davd_spec.py581 self._remote_image[constants.BUILD_BRANCH] = args.branch
582 if not self._remote_image[constants.BUILD_BRANCH]:
583 self._remote_image[constants.BUILD_BRANCH] = self._GetBuildBranch(
608 self._remote_image[constants.BUILD_BRANCH])
612 constants.BUILD_BRANCH: args.system_branch,
615 constants.BUILD_BRANCH: args.ota_branch,
618 constants.BUILD_BRANCH: args.kernel_branch,
623 constants.BUILD_BRANCH: args.bootloader_branch,
737 branch = re.split("-|_", self._remote_image[constants.BUILD_BRANCH])[0]
Davd_spec_test.py247 self.AvdSpec._remote_image[constants.BUILD_BRANCH] = "git_branch"
254 self.AvdSpec._remote_image[constants.BUILD_BRANCH] = "aosp-master"
261 self.AvdSpec._remote_image[constants.BUILD_BRANCH] = "git_branch"
396 {constants.BUILD_BRANCH: "system_branch",
401 {constants.BUILD_BRANCH: "kernel_branch",
407 {constants.BUILD_BRANCH: "ota_branch",
Dbase_avd_create.py77 (avd_spec.remote_image[constants.BUILD_BRANCH],
Dremote_image_remote_instance.py99 avd_spec.remote_image[constants.BUILD_BRANCH],
/tools/acloud/public/actions/
Dremote_instance_cf_device_factory.py116 avd_spec.remote_image[constants.BUILD_BRANCH],
119 avd_spec.system_build_info[constants.BUILD_BRANCH],
122 avd_spec.kernel_build_info[constants.BUILD_BRANCH],
125 avd_spec.bootloader_build_info[constants.BUILD_BRANCH],
128 avd_spec.ota_build_info[constants.BUILD_BRANCH],
Dremote_host_cf_device_factory.py177 build_branch = self._avd_spec.remote_image[constants.BUILD_BRANCH]
187 self._avd_spec.system_build_info.get(constants.BUILD_BRANCH),
190 self._avd_spec.kernel_build_info.get(constants.BUILD_BRANCH),
193 self._avd_spec.bootloader_build_info.get(constants.BUILD_BRANCH),
196 self._avd_spec.ota_build_info.get(constants.BUILD_BRANCH),
Dcreate_goldfish_action.py283 branch = avd_spec.remote_image[constants.BUILD_BRANCH]
Dcreate_goldfish_action_test.py78 constants.BUILD_BRANCH: self.BRANCH,
/tools/acloud/internal/lib/
Dandroid_build_client_test.py37 BUILD_BRANCH = "fake_branch" variable in AndroidBuildClientTest
157 build_id = self.client.GetLKGB(self.BUILD_TARGET, self.BUILD_BRANCH)
160 branch=self.BUILD_BRANCH,
Dcvd_utils.py321 avd_spec.kernel_build_info.get(constants.BUILD_BRANCH)):
/tools/acloud/internal/
Dconstants.py33 BUILD_BRANCH = "branch" variable