Home
last modified time | relevance | path

Searched refs:artifact_type (Results 1 – 6 of 6) 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/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/webapp/src/testing/
Dunittest_base.py264 build.artifact_type = target
298 model.BuildModel.artifact_type == build.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/proto/
Dmodel.py30 artifact_type = ndb.StringProperty() variable in BuildModel
42 artifact_type = messages.StringField(5) variable in BuildInfoMessage