Home
last modified time | relevance | path

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

12

/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)
170 default_build = {constants.BUILD_ID: "1234",
[all …]
Dgoldfish_compute_client_test.py56 BUILD_ID = "2263051" variable in GoldfishComputeClientTest
155 branch=self.BRANCH, build_id=self.BUILD_ID),
178 self.BRANCH, self.BUILD_ID,
214 branch=self.BRANCH, build_id=self.BUILD_ID),
254 self.BRANCH, self.BUILD_ID, self.KERNEL_BRANCH,
Dcheeps_compute_client_test.py112 constants.BUILD_ID: self.ANDROID_BUILD_ID,
161 constants.BUILD_ID: self.ANDROID_BUILD_ID,
Dandroid_build_client.py178 build_id = build_info.get(constants.BUILD_ID)
319 if (kernel_build_info.get(constants.BUILD_ID) or
Dcheeps_compute_client.py91 metadata["android_build_id"] = avd_spec.remote_image[constants.BUILD_ID]
/tools/acloud/public/actions/
Dcreate_goldfish_action_test.py40 BUILD_ID = "12345" variable in CreateGoldfishActionTest
78 self.avd_spec.remote_image = {constants.BUILD_ID: self.BUILD_ID,
118 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None),
131 build_id=self.BUILD_ID, emulator_build_id=self.EMULATOR_BUILD_ID,
145 build_id=self.BUILD_ID,
164 "build_id": self.BUILD_ID,
186 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None),
203 build_id=self.BUILD_ID,
232 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None),
244 return_value=self.BUILD_ID)
[all …]
Dcommon_operations_test.py46 BUILD_ID = "fake-build-id" variable in CommonOperationsTest
77 "build_id": self.BUILD_ID,
79 "gcs_bucket_build_id": self.BUILD_ID})
121 "build_id": self.BUILD_ID,
123 "gcs_bucket_build_id": self.BUILD_ID,
152 "build_id": self.BUILD_ID,
157 "gcs_bucket_build_id": self.BUILD_ID,
206 "build_id": self.BUILD_ID,
208 "gcs_bucket_build_id": self.BUILD_ID,
283 "build_id": self.BUILD_ID,
[all …]
Dremote_host_gf_device_factory.py386 build_id = self._avd_spec.remote_image.get(constants.BUILD_ID)
402 build_id = self._avd_spec.remote_image.get(constants.BUILD_ID)
440 build_id = self._avd_spec.system_build_info.get(constants.BUILD_ID)
463 build_id = self._avd_spec.boot_build_info.get(constants.BUILD_ID)
481 build_id = self._avd_spec.remote_image.get(constants.BUILD_ID)
578 (self._avd_spec.system_build_info.get(constants.BUILD_ID) and
Dremote_host_gf_device_factory_test.py37 constants.BUILD_ID: "123456",
43 constants.BUILD_ID: "123456",
243 constants.BUILD_ID: "111111",
283 constants.BUILD_ID: "111111",
Dgce_device_factory.py71 build_id = self._avd_spec.remote_image[constants.BUILD_ID]
/tools/treble/vf/
Dmerge.sh13 b) BUILD_ID=${OPTARG} ;;
32 if [[ -z "${BUILD_ID}" ]]; then
60 --output-target-files ${DIST_DIR}/${TARGET}-target_files-${BUILD_ID}.zip \
61 --output-img ${DIST_DIR}/${TARGET}-img-${BUILD_ID}.zip \
62 --output-ota ${DIST_DIR}/${TARGET}-ota-${BUILD_ID}.zip \
/tools/acloud/create/
Dremote_image_remote_instance_test.py93 constants.BUILD_ID: "fake_id",
96 constants.BUILD_ID: "fake_id",
99 constants.BUILD_ID: "fake_id",
117 constants.BUILD_ID: "fake_id",
120 constants.BUILD_ID: "fake_id",
123 constants.BUILD_ID: "fake_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.py654 self._remote_image[constants.BUILD_ID] = args.build_id
655 if not self._remote_image[constants.BUILD_ID]:
659 self._remote_image[constants.BUILD_ID] = build_client.GetLKGB(
664 self._system_build_info = {constants.BUILD_ID: args.system_build_id,
667 self._ota_build_info = {constants.BUILD_ID: args.ota_build_id,
670 self._kernel_build_info = {constants.BUILD_ID: args.kernel_build_id,
673 self._boot_build_info = {constants.BUILD_ID: args.boot_build_id,
678 constants.BUILD_ID: args.bootloader_build_id,
682 constants.BUILD_ID: args.android_efi_loader_build_id,
685 constants.BUILD_ID: args.host_package_build_id,
Dremote_image_remote_instance.py100 avd_spec.remote_image[constants.BUILD_ID],
103 avd_spec.system_build_info[constants.BUILD_ID],
105 avd_spec.kernel_build_info[constants.BUILD_ID],
Dremote_image_local_instance.py107 build_id = avd_spec.remote_image[constants.BUILD_ID]
250 build_id = avd_spec.remote_image[constants.BUILD_ID]
Davd_spec_test.py421 constants.BUILD_ID: "system_build_id"},
426 constants.BUILD_ID: "kernel_build_id"},
431 constants.BUILD_ID: "boot_build_id",
437 constants.BUILD_ID: "ota_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]))
/tools/tradefederation/core/javatests/com/android/tradefed/result/
DFileSystemLogSaverTest.java61 private static final String BUILD_ID = "88888"; field in FileSystemLogSaverTest
76 when(mMockBuild.getBuildId()).thenReturn(BUILD_ID); in setUp()
102 assertEquals(BUILD_ID, buildDir.getName()); in testGetFileDir()
127 when(mockBuild.getBuildId()).thenReturn(BUILD_ID); in testGetFileDir_nobranch()
142 assertEquals(BUILD_ID, buildDir.getName()); in testGetFileDir_nobranch()
277 assertEquals(BUILD_ID, mReportDir.listFiles()[0].list()[0]); in testCreateReportDirectory_sharded()
/tools/tradefederation/core/javatests/com/android/tradefed/build/
DOtaZipfileBuildProviderTest.java32 private static final String BUILD_ID = "123456"; field in OtaZipfileBuildProviderTest
35 "ro.build.version.incremental=" + BUILD_ID + "\n" +
54 assertEquals(BUILD_ID, buildInfo.getBuildId()); in testGetBuild_Success()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DTfTestLauncherTest.java63 private static final String BUILD_ID = "FAKE_BUILD_ID"; field in TfTestLauncherTest
123 Mockito.eq(BUILD_ID), in testRun()
140 when(mMockBuildInfo.getBuildId()).thenReturn(BUILD_ID); in testRun()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceProperties.java52 public static final String BUILD_ID = "ro.build.version.incremental"; field in DeviceProperties
/tools/tradefederation/core/src/com/android/tradefed/build/
DOtaZipfileBuildProvider.java54 String bid = buildProp.getProperty(DeviceProperties.BUILD_ID); in getBuild()
/tools/acloud/internal/
Dconstants.py34 BUILD_ID = "build_id" variable

12