Home
last modified time | relevance | path

Searched refs:artifact_type (Results 1 – 8 of 8) sorted by relevance

/test/vti/test_serving/gae/webapp/src/endpoint/
Dbuild_info_test.py47 artifact_type=self.GetRandomString(),
62 artifact_type = self.GetRandomString()
72 artifact_type=artifact_type,
87 artifact_type=artifact_type,
101 artifact_type = self.GetRandomString()
111 artifact_type=artifact_type,
127 artifact_type=artifact_type,
Dbuild_info.py42 model.BuildModel.artifact_type == request.artifact_type)
50 request.artifact_type))
/test/framework/harnesses/host_controller/command_processor/
Dcommand_build.py46 def UpdateBuild(self, account_id, branch, targets, artifact_type, method, argument
93 build["artifact_type"] = artifact_type
112 build["artifact_type"] = artifact_type
118 def UpdateBuildLoop(self, account_id, branch, target, artifact_type, argument
137 self.UpdateBuild(account_id, branch, target, artifact_type,
205 args.artifact_type, args.method,
236 args.artifact_type,
/test/vti/test_serving/gae/webapp/src/scheduler/
Dschedule_worker.py142 def FindBuildId(self, artifact_type, manifest_branch, target, argument
161 if not artifact_type or not manifest_branch or not build_target:
165 model.BuildModel.artifact_type == artifact_type,
342 for artifact_type in ["device", "gsi", "test"]:
343 if artifact_type == "device":
350 storage_type_text = artifact_type + "_storage_type"
351 manifest_branch_text = artifact_type + "_branch"
352 build_target_text = artifact_type + "_build_target"
353 build_id_text = artifact_type + "_build_id"
361 artifact_type=artifact_type,
/test/vti/test_serving/gae/frontend/src/app/model/
Dbuild.ts21 artifact_type: string = void 0; property in Build
/test/vti/test_serving/gae/webapp/src/testing/
Dunittest_base.py264 build.artifact_type = target
298 model.BuildModel.artifact_type == build.artifact_type,
/test/framework/harnesses/host_controller/
Dconsole.py391 def UpdateFetchInfo(self, artifact_type): argument
392 if artifact_type in common._ARTIFACT_TYPE_LIST:
393 self._detailed_fetch_info[artifact_type] = {}
394 self._detailed_fetch_info[artifact_type].update(self.fetch_info)
396 logging.error("Unrecognized artifact type: %s", artifact_type)
/test/vti/test_serving/gae/webapp/src/proto/
Dmodel.py30 artifact_type = ndb.StringProperty() variable in BuildModel
42 artifact_type = messages.StringField(5) variable in BuildInfoMessage