Home
last modified time | relevance | path

Searched refs:gsi_branch (Results 1 – 12 of 12) sorted by relevance

/test/vti/test_serving/gae/webapp/src/tasks/
Dindexing_test.py68 job.gsi_branch = schedule.gsi_branch
106 (parent_schedule.gsi_branch == job.gsi_branch) and
141 job.gsi_branch = schedule.gsi_branch
179 (parent_schedule.gsi_branch == job.gsi_branch) and
Dindexing.py102 entity.manifest_branch, entity.gsi_branch)
128 model.ScheduleModel.gsi_branch == (
129 entity.gsi_branch),
/test/vti/test_serving/gae/webapp/src/scheduler/
Dschedule_worker.py38 def GetTestVersionType(manifest_branch, gsi_branch, test_type=0): argument
62 if not gsi_branch:
90 gcs_search = re.search(gcs_pattern, gsi_branch)
93 elif re.match(q_pattern, gsi_branch):
95 elif re.match(p_pattern, gsi_branch):
97 elif re.match(o_mr1_pattern, gsi_branch):
99 elif re.match(o_pattern, gsi_branch):
101 elif re.match(master_pattern, gsi_branch):
308 new_job.gsi_branch = schedule.gsi_branch
329 schedule.gsi_branch)
[all …]
/test/vti/test_serving/gae/webapp/src/endpoint/
Dschedule_info_test.py60 gsi_branch=self.GetRandomString(),
105 gsi_branch=self.GetRandomString(),
Dschedule_info.py206 schedule.gsi_branch = request.gsi_branch
/test/vti/test_serving/gae/webapp/src/proto/
Dmodel.py72 gsi_branch = ndb.StringProperty() variable in ScheduleModel
134 gsi_branch = messages.StringField(9) variable in ScheduleInfoMessage
277 gsi_branch = ndb.StringProperty() variable in JobModel
334 gsi_branch = messages.StringField(13) variable in JobMessage
/test/vti/test_serving/gae/frontend/src/app/model/
Djob.ts42 gsi_branch: string = void 0; property in Job
Dschedule.ts31 gsi_branch: string = void 0; property in Schedule
/test/vti/test_serving/gae/webapp/src/utils/
Demail_util.py164 job.gsi_branch, job.gsi_build_target, job.gsi_build_id)
243 message += schedule.gsi_branch
/test/vti/test_serving/proto/
DGreenBuildScheduleConfigMessage.proto31 optional bytes gsi_branch = 11; field
DTestScheduleConfigMessage.proto87 optional bytes gsi_branch = 21; field
/test/vti/test_serving/gae/webapp/src/testing/
Dunittest_base.py272 build.manifest_branch = schedule.gsi_branch