Home
last modified time | relevance | path

Searched refs:manifest_branch (Results 1 – 21 of 21) sorted by relevance

/test/vti/test_serving/gae/webapp/src/endpoint/
Dbuild_info_test.py43 manifest_branch=self.GetRandomString(),
58 manifest_branch = self.GetRandomString()
68 manifest_branch=manifest_branch,
83 manifest_branch=manifest_branch,
97 manifest_branch = self.GetRandomString()
107 manifest_branch=manifest_branch,
123 manifest_branch=manifest_branch,
Djob_queue_test.py114 manifest_branch=response.jobs[0].manifest_branch,
134 manifest_branch=response.jobs[0].manifest_branch,
Djob_queue.py95 model.JobModel.manifest_branch == request.manifest_branch,
109 request.hostname, request.manifest_branch,
Dschedule_info_test.py43 manifest_branch=self.GetRandomString(),
88 manifest_branch=self.GetRandomString(),
Dschedule_info.py198 schedule.manifest_branch = request.manifest_branch
/test/vti/test_serving/gae/webapp/src/scheduler/
Dschedule_worker.py38 def GetTestVersionType(manifest_branch, gsi_branch, test_type=0): argument
58 if not manifest_branch:
73 gcs_search = re.search(gcs_pattern, manifest_branch)
76 elif re.match(q_pattern, manifest_branch):
78 elif re.match(p_pattern, manifest_branch):
80 elif re.match(o_mr1_pattern, manifest_branch):
82 elif re.match(o_pattern, manifest_branch):
84 elif re.match(master_pattern, manifest_branch):
142 def FindBuildId(self, artifact_type, manifest_branch, target, argument
161 if not artifact_type or not manifest_branch or not build_target:
[all …]
/test/vti/test_serving/gae/webapp/src/tasks/
Dindexing_test.py62 job.manifest_branch = schedule.manifest_branch
100 and (parent_schedule.manifest_branch == job.manifest_branch)
135 job.manifest_branch = schedule.manifest_branch
173 and (parent_schedule.manifest_branch == job.manifest_branch)
Dindexing.py102 entity.manifest_branch, entity.gsi_branch)
117 model.ScheduleModel.manifest_branch == (
118 entity.manifest_branch),
/test/vti/test_serving/gae/webapp/src/testing/
Dunittest_base.py200 schedule.manifest_branch = (device_branch if device_branch else
268 build.manifest_branch = schedule.manifest_branch
272 build.manifest_branch = schedule.gsi_branch
276 build.manifest_branch = schedule.test_branch
301 model.BuildModel.manifest_branch == build.manifest_branch)
/test/framework/harnesses/host_controller/command_processor/
Dcommand_reproduce_test.py50 mock_msg.schedule_config.manifest_branch = ""
61 mock_msg.schedule_config.manifest_branch = "some_branch"
82 mock_msg.schedule_config.manifest_branch = "git_whatever-release"
111 manifest_branch="git_whatever-release",
134 manifest_branch="git_whatever-release",
Dcommand_config.py148 logging.info(sched_cfg_msg.manifest_branch)
291 if group[0].manifest_branch:
293 group[0].manifest_branch)
Dcommand_reproduce.py154 if not schedule_config.manifest_branch:
175 kwargs["manifest_branch"] = schedule_config.manifest_branch
Dcommand_upload_test.py101 self.assertEqual(mock_pb2.schedule_config.manifest_branch,
Dcommand_upload.py311 suite_res_msg.schedule_config.manifest_branch = str(
/test/vti/test_serving/gae/webapp/src/proto/
Dmodel.py26 manifest_branch = ndb.StringProperty() variable in BuildModel
38 manifest_branch = messages.StringField(1) variable in BuildInfoMessage
63 manifest_branch = ndb.StringProperty() variable in ScheduleModel
125 manifest_branch = messages.StringField(1) variable in ScheduleInfoMessage
265 manifest_branch = ndb.StringProperty() variable in JobModel
322 manifest_branch = messages.StringField(6) variable in JobMessage
/test/framework/harnesses/host_controller/campaigns/
Dcampaign_common.py101 manifest_branch = kwargs["manifest_branch"]
111 (manifest_branch, build_target, build_target.split("-")[0],
122 "--account_id=%s" % (manifest_branch, build_target,
128 "--account_id=%s" % (manifest_branch, build_target,
132 result.append("fetch --type=gcs --path=%s" % (manifest_branch))
/test/vti/test_serving/gae/frontend/src/app/model/
Dbuild.ts17 manifest_branch: string = void 0; property in Build
Djob.ts30 manifest_branch: string = void 0; property in Job
Dschedule.ts22 manifest_branch: string = void 0; property in Schedule
/test/vti/test_serving/gae/webapp/src/utils/
Demail_util.py162 job.manifest_branch, job.build_target, job.build_id)
239 message += schedule.manifest_branch
/test/vti/test_serving/proto/
DTestScheduleConfigMessage.proto31 optional bytes manifest_branch = 1; field