Searched refs:BUILD_BRANCH (Results 1 – 13 of 13) sorted by relevance
93 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"}
78 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),
581 self._remote_image[constants.BUILD_BRANCH] = args.branch582 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]
247 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",
77 (avd_spec.remote_image[constants.BUILD_BRANCH],
99 avd_spec.remote_image[constants.BUILD_BRANCH],
116 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],
177 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),
283 branch = avd_spec.remote_image[constants.BUILD_BRANCH]
78 constants.BUILD_BRANCH: self.BRANCH,
37 BUILD_BRANCH = "fake_branch" variable in AndroidBuildClientTest157 build_id = self.client.GetLKGB(self.BUILD_TARGET, self.BUILD_BRANCH)160 branch=self.BUILD_BRANCH,
321 avd_spec.kernel_build_info.get(constants.BUILD_BRANCH)):
33 BUILD_BRANCH = "branch" variable