/test/vti/test_serving/gae/webapp/src/endpoint/ |
D | build_info_test.py | 43 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,
|
D | job_queue_test.py | 114 manifest_branch=response.jobs[0].manifest_branch, 134 manifest_branch=response.jobs[0].manifest_branch,
|
D | job_queue.py | 95 model.JobModel.manifest_branch == request.manifest_branch, 109 request.hostname, request.manifest_branch,
|
D | schedule_info_test.py | 43 manifest_branch=self.GetRandomString(), 88 manifest_branch=self.GetRandomString(),
|
D | schedule_info.py | 198 schedule.manifest_branch = request.manifest_branch
|
/test/vti/test_serving/gae/webapp/src/scheduler/ |
D | schedule_worker.py | 38 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/ |
D | indexing_test.py | 62 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)
|
D | indexing.py | 102 entity.manifest_branch, entity.gsi_branch) 117 model.ScheduleModel.manifest_branch == ( 118 entity.manifest_branch),
|
/test/vti/test_serving/gae/webapp/src/testing/ |
D | unittest_base.py | 200 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/ |
D | command_reproduce_test.py | 50 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",
|
D | command_config.py | 148 logging.info(sched_cfg_msg.manifest_branch) 291 if group[0].manifest_branch: 293 group[0].manifest_branch)
|
D | command_reproduce.py | 154 if not schedule_config.manifest_branch: 175 kwargs["manifest_branch"] = schedule_config.manifest_branch
|
D | command_upload_test.py | 101 self.assertEqual(mock_pb2.schedule_config.manifest_branch,
|
D | command_upload.py | 311 suite_res_msg.schedule_config.manifest_branch = str(
|
/test/vti/test_serving/gae/webapp/src/proto/ |
D | model.py | 26 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/ |
D | campaign_common.py | 101 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/ |
D | build.ts | 17 manifest_branch: string = void 0; property in Build
|
D | job.ts | 30 manifest_branch: string = void 0; property in Job
|
D | schedule.ts | 22 manifest_branch: string = void 0; property in Schedule
|
/test/vti/test_serving/gae/webapp/src/utils/ |
D | email_util.py | 162 job.manifest_branch, job.build_target, job.build_id) 239 message += schedule.manifest_branch
|
/test/vti/test_serving/proto/ |
D | TestScheduleConfigMessage.proto | 31 optional bytes manifest_branch = 1; field
|