Searched full:artifact_paths (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/tools/acloud/create/ |
H A D | local_image_local_instance.py | 159 artifact_paths = self.GetImageArtifactsPath(avd_spec) 174 result_report = self._CreateInstance(ins_ids, artifact_paths, 246 def _CreateInstance(self, instance_ids, artifact_paths, avd_spec, argument 252 artifact_paths: ArtifactPaths object. 268 if artifact_paths.system_image or artifact_paths.vendor_image: 271 ota = ota_tools.OtaTools(artifact_paths.ota_tools_dir) 273 super_image_path, artifact_paths.misc_info, 274 artifact_paths.image_dir, 275 system_image=artifact_paths.system_image, 276 system_ext_image=artifact_paths.system_ext_image, [all …]
|
H A D | local_image_local_instance_test.py | 257 artifact_paths = local_image_local_instance.ArtifactPaths( 284 ins_ids, artifact_paths, mock_avd_spec, no_prompts=True) 311 ins_ids, artifact_paths, mock_avd_spec, no_prompts=True) 319 ins_ids, artifact_paths, mock_avd_spec, no_prompts=True)
|
/aosp_15_r20/tools/acloud/public/actions/ |
H A D | remote_host_gf_device_factory.py | 242 artifact_paths = self._RetrieveArtifacts() 243 return self._UploadArtifacts(artifact_paths) 521 def _UploadArtifacts(self, artifact_paths): argument 525 artifact_paths: An object of ArtifactPaths. 531 artifact_paths.emulator_zip, artifact_paths.image_zip) 536 if (artifact_paths.boot_image or artifact_paths.system_image or 537 artifact_paths.system_dlkm_image): 539 ota = ota_tools.OtaTools(artifact_paths.ota_tools_dir) 542 logger.debug("Unzip %s.", artifact_paths.image_zip) 543 with zipfile.ZipFile(artifact_paths.image_zip, [all …]
|
H A D | remote_host_gf_device_factory_test.py | 216 artifact_paths = ( 224 for artifact_path in artifact_paths:
|
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/ci/ |
H A D | buildkite-pipeline-clang.yml | 68 artifact_paths: 91 artifact_paths: 114 artifact_paths:
|
H A D | buildkite-pipeline.yml | 39 artifact_paths: 239 # artifact_paths:
|
/aosp_15_r20/external/pytorch/tools/stats/ |
H A D | upload_artifacts.py | 25 artifact_paths = download_gha_artifacts( 29 for artifact_path in artifact_paths:
|
H A D | upload_dynamo_perf_stats.py | 43 artifact_paths = download_s3_artifacts( 48 for path in artifact_paths:
|
H A D | check_disabled_tests.py | 113 artifact_paths = download_s3_artifacts( 116 for path in artifact_paths:
|
/aosp_15_r20/external/cronet/third_party/libc++/src/docs/ |
H A D | AddingNewCIJobs.rst | 31 artifact_paths:
|