Searched refs:BUILD_BRANCH (Results 1 – 9 of 9) sorted by relevance
/tools/acloud/public/actions/ |
D | remote_instance_cf_device_factory.py | 151 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]):
|
D | create_goldfish_action.py | 283 branch = avd_spec.remote_image[constants.BUILD_BRANCH]
|
D | create_goldfish_action_test.py | 76 constants.BUILD_BRANCH: self.BRANCH,
|
/tools/acloud/create/ |
D | avd_spec.py | 547 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]
|
D | remote_image_local_instance.py | 71 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),
|
D | avd_spec_test.py | 237 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"
|
D | base_avd_create.py | 77 (avd_spec.remote_image[constants.BUILD_BRANCH],
|
/tools/acloud/internal/lib/ |
D | android_build_client_test.py | 38 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/ |
D | constants.py | 33 BUILD_BRANCH = "branch" variable
|