Home
last modified time | relevance | path

Searched refs:BUILD_ID (Results 1 – 24 of 24) sorted by relevance

/tools/acloud/public/actions/
Dcreate_goldfish_action_test.py40 BUILD_ID = "12345" variable in CreateGoldfishActionTest
75 self.avd_spec.remote_image = {constants.BUILD_ID: self.BUILD_ID,
115 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None),
128 build_id=self.BUILD_ID, emulator_build_id=self.EMULATOR_BUILD_ID,
142 build_id=self.BUILD_ID,
160 "build_id": self.BUILD_ID,
182 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None),
199 build_id=self.BUILD_ID,
227 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None),
239 return_value=self.BUILD_ID)
[all …]
Dcommon_operations_test.py45 BUILD_ID = "fake-build-id" variable in CommonOperationsTest
72 "build_id": self.BUILD_ID,
74 "gcs_bucket_build_id": self.BUILD_ID})
77 "build_id": self.BUILD_ID,
79 "gcs_bucket_build_id": self.BUILD_ID})
115 "build_id": self.BUILD_ID,
117 "gcs_bucket_build_id": self.BUILD_ID,
139 "build_id": self.BUILD_ID,
144 "gcs_bucket_build_id": self.BUILD_ID,
162 "build_id": self.BUILD_ID,
[all …]
Dremote_instance_cf_device_factory.py119 build_id = self._avd_spec.remote_image[constants.BUILD_ID]
150 build_id = self._avd_spec.remote_image[constants.BUILD_ID]
160 self._avd_spec.system_build_info.get(constants.BUILD_ID),
163 self._avd_spec.kernel_build_info.get(constants.BUILD_ID),
166 self._avd_spec.bootloader_build_info.get(constants.BUILD_ID),
231 avd_spec.remote_image[constants.BUILD_ID],
234 avd_spec.system_build_info[constants.BUILD_ID],
237 avd_spec.kernel_build_info[constants.BUILD_ID],
240 avd_spec.bootloader_build_info[constants.BUILD_ID],
344 if (self._avd_spec.kernel_build_info[constants.BUILD_ID]
Dcreate_cuttlefish_action_test.py44 BUILD_ID = "12345" variable in CreateCuttlefishActionTest
118 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None),
131 cfg, self.BUILD_TARGET, self.BUILD_ID, branch=self.BRANCH,
147 build_id=self.BUILD_ID,
164 "build_id": self.BUILD_ID,
Dgce_device_factory.py70 build_id = self._avd_spec.remote_image[constants.BUILD_ID]
Dcreate_goldfish_action.py282 build_id = avd_spec.remote_image[constants.BUILD_ID]
/tools/acloud/internal/lib/
Dandroid_build_client_test.py40 BUILD_ID = 12345 variable in AndroidBuildClientTest
74 self.client.DownloadArtifact(self.BUILD_TARGET, self.BUILD_ID,
78 buildId=self.BUILD_ID,
95 self.BUILD_TARGET, self.BUILD_ID, self.RESOURCE_ID,
105 build_id=self.BUILD_ID,
110 buildId=self.BUILD_ID,
129 build_id=self.BUILD_ID,
144 branch = self.client.GetBranch(self.BUILD_TARGET, self.BUILD_ID)
147 buildId=self.BUILD_ID)
Dcvd_compute_client_multi_stage_test.py49 BUILD_ID = "2263051" variable in CvdComputeClientTest
176 self.BRANCH, self.BUILD_ID, self.KERNEL_BRANCH,
209 self.BUILD_ID, self.KERNEL_BRANCH, self.KERNEL_BUILD_ID,
237 fake_avd_spec.remote_image = {constants.BUILD_ID: build_id,
239 fake_avd_spec.system_build_info = {constants.BUILD_ID: system_build_id,
241 fake_avd_spec.kernel_build_info = {constants.BUILD_ID: kernel_build_id,
Dcvd_compute_client_test.py45 BUILD_ID = "2263051" variable in CvdComputeClientTest
104 branch=self.BRANCH, build_id=self.BUILD_ID),
132 self.BRANCH, self.BUILD_ID, self.KERNEL_BRANCH,
173 self.BUILD_ID, self.KERNEL_BRANCH, self.KERNEL_BUILD_ID,
Dgoldfish_compute_client_test.py38 BUILD_ID = "2263051" variable in GoldfishComputeClientTest
112 branch=self.BRANCH, build_id=self.BUILD_ID),
134 self.BRANCH, self.BUILD_ID,
Dcheeps_compute_client_test.py110 constants.BUILD_ID: self.ANDROID_BUILD_ID,
157 constants.BUILD_ID: self.ANDROID_BUILD_ID,
Dcvd_compute_client_multi_stage.py257 build_id = avd_spec.remote_image.get(constants.BUILD_ID)
259 system_build_id = avd_spec.system_build_info.get(constants.BUILD_ID)
261 kernel_build_id = avd_spec.kernel_build_info.get(constants.BUILD_ID)
Dcheeps_compute_client.py91 metadata["android_build_id"] = avd_spec.remote_image[constants.BUILD_ID]
Dandroid_compute_client_test.py44 BUILD_ID = "2263051" variable in AndroidComputeClientTest
/tools/treble/vf/
Dmerge.sh13 b) BUILD_ID=${OPTARG} ;;
32 if [[ -z "${BUILD_ID}" ]]; then
58 --output-target-files ${DIST_DIR}/${TARGET}-target_files-${BUILD_ID}.zip \
59 --output-img ${DIST_DIR}/${TARGET}-img-${BUILD_ID}.zip \
60 --output-ota ${DIST_DIR}/${TARGET}-ota-${BUILD_ID}.zip
/tools/acloud/create/
Dremote_image_local_instance.py70 build_id = avd_spec.remote_image[constants.BUILD_ID]
92 avd_spec.system_build_info.get(constants.BUILD_ID),
95 avd_spec.kernel_build_info.get(constants.BUILD_ID),
98 avd_spec.bootloader_build_info.get(constants.BUILD_ID),
Dcheeps_remote_image_remote_instance.py50 avd_spec.cfg.project, avd_spec.remote_image[constants.BUILD_ID])
103 return {"build_id": self._avd_spec.remote_image[constants.BUILD_ID]}
112 build_id=self._avd_spec.remote_image[constants.BUILD_ID],
Davd_spec.py567 self._remote_image[constants.BUILD_ID] = args.build_id
568 if not self._remote_image[constants.BUILD_ID]:
572 self._remote_image[constants.BUILD_ID] = build_client.GetLKGB(
580 self._system_build_info = {constants.BUILD_ID: args.system_build_id,
583 self._kernel_build_info = {constants.BUILD_ID: args.kernel_build_id,
587 constants.BUILD_ID: args.bootloader_build_id,
Dgce_remote_image_remote_instance.py49 avd_spec.remote_image[constants.BUILD_ID],
Dbase_avd_create.py79 avd_spec.remote_image[constants.BUILD_ID]))
Dremote_image_remote_instance_test.py62 constants.BUILD_ID: "fake_id"}
Dremote_image_remote_instance.py89 avd_spec.remote_image[constants.BUILD_ID],
Dcheeps_remote_image_remote_instance_test.py73 avd_spec.remote_image = {constants.BUILD_ID: self.ANDROID_BUILD_ID,
/tools/acloud/internal/
Dconstants.py34 BUILD_ID = "build_id" variable