Searched refs:gsi_branch (Results 1 – 12 of 12) sorted by relevance
/test/vti/test_serving/gae/webapp/src/tasks/ |
D | indexing_test.py | 68 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
|
D | indexing.py | 102 entity.manifest_branch, entity.gsi_branch) 128 model.ScheduleModel.gsi_branch == ( 129 entity.gsi_branch),
|
/test/vti/test_serving/gae/webapp/src/scheduler/ |
D | schedule_worker.py | 38 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/ |
D | schedule_info_test.py | 60 gsi_branch=self.GetRandomString(), 105 gsi_branch=self.GetRandomString(),
|
D | schedule_info.py | 206 schedule.gsi_branch = request.gsi_branch
|
/test/vti/test_serving/gae/webapp/src/proto/ |
D | model.py | 72 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/ |
D | job.ts | 42 gsi_branch: string = void 0; property in Job
|
D | schedule.ts | 31 gsi_branch: string = void 0; property in Schedule
|
/test/vti/test_serving/gae/webapp/src/utils/ |
D | email_util.py | 164 job.gsi_branch, job.gsi_build_target, job.gsi_build_id) 243 message += schedule.gsi_branch
|
/test/vti/test_serving/proto/ |
D | GreenBuildScheduleConfigMessage.proto | 31 optional bytes gsi_branch = 11; field
|
D | TestScheduleConfigMessage.proto | 87 optional bytes gsi_branch = 21; field
|
/test/vti/test_serving/gae/webapp/src/testing/ |
D | unittest_base.py | 272 build.manifest_branch = schedule.gsi_branch
|