/external/autotest/tko/migrations/ |
030_add_afe_job_id_to_jobs.py | 3 ADD COLUMN afe_job_id INT DEFAULT NULL; 6 SET afe_job_id = SUBSTRING_INDEX(tag, '-', 1) 9 CREATE INDEX afe_job_id 10 ON jobs(afe_job_id); 29 jobs.afe_job_id AS afe_job_id, 76 DROP COLUMN afe_job_id;
|
031_rename_tko_tables.py | 90 tko_jobs.afe_job_id AS afe_job_id, 288 jobs.afe_job_id AS afe_job_id,
|
/external/autotest/tko/ |
utils.py | 59 """ Given a tag return the afe_job_id (if any). 61 @param tag: afe_job_id is extracted from this tag 63 @return: the afe_job_id as a string if regex matches, else return '' 69 """ Given a tag return the afe_job_id and hostname (if any). 75 @param tag: afe_job_id and hostname are extracted from this tag. 77 @return: A tuple (afe_job_id, hostname), both as string if regex
|
tko.proto | 48 required string afe_job_id = 14;
|
job_serializer.py | 104 tag: contains the job name and the afe_job_id 122 """Sets the pb job's afe_job_id and tag field. 126 tag: used to set pb_job.tag and pb_job.afe_job_id. 129 pb_job.afe_job_id = utils.get_afe_job_id(tag) 182 tag: used to set pb_job.tag and pb_job.afe_job_id.
|
db.py | 383 afe_job_id = utils.get_afe_job_id(tag) 392 'afe_job_id': afe_job_id,
|
job_serializer_unittest.py | 70 self.pb_job.afe_job_id)
|
parse.py | 108 When a retry job is parsed, we retrieve the original job's afe_job_id 296 afe_job_id=orig_afe_job_id).job_idx
|
/external/autotest/frontend/migrations/ |
087_add_fields_to_tko_test_view_2.py | 21 tko_jobs.afe_job_id AS afe_job_id, 55 tko_jobs.afe_job_id AS afe_job_id,
|
103_add_5_columns_to_tko_jobs.py | 31 tko_jobs.afe_job_id AS afe_job_id, 71 tko_jobs.afe_job_id AS afe_job_id,
|
045_test_planner_framework.py | 56 `afe_job_id` integer NOT NULL 61 ALTER TABLE `planner_test_jobs` ADD CONSTRAINT test_jobs_afe_job_id_fk FOREIGN KEY (`afe_job_id`) REFERENCES `afe_jobs` (`id`); 212 CREATE INDEX `planner_test_jobs_afe_job_id` ON `planner_test_jobs` (`afe_job_id`);
|
066_drop_planner.py | 124 `afe_job_id` int(11) NOT NULL, 127 KEY `planner_test_jobs_afe_job_id` (`afe_job_id`), 129 CONSTRAINT `test_jobs_afe_job_id_fk` FOREIGN KEY (`afe_job_id`) REFERENCES `afe_jobs` (`id`),
|
/external/autotest/frontend/tko/ |
resources.py | 10 query_processor.add_field_selector('afe_job_id', 31 afe_job_id=self.instance.job.afe_job_id,
|
resources_test_fixme.py | 36 response = self.request('get', 'test_results?afe_job_id=1')
|
rpc_interface_unittest_fixme.py | 33 tko_jobs.afe_job_id AS afe_job_id, 159 afe_job_id=1) 162 afe_job_id=2)
|
models.py | 180 afe_job_id = dbmodels.IntegerField(null=True, default=None) variable in class:Job 734 afe_job_id = dbmodels.IntegerField(null=True) variable in class:TestView
|
/external/autotest/frontend/client/src/autotest/tko/embedded_spreadsheet/ |
EmbeddedSpreadsheetClient.java | 14 presenter.initialize(Window.Location.getParameter("afe_job_id"));
|
EmbeddedSpreadsheetPresenter.java | 97 condition.put("afe_job_id", new JSONNumber(afeJobId)); 156 String condition = "afe_job_id = " + afeJobIdStr + " AND " + extraCondition;
|
/external/autotest/contrib/ |
db_cleanup.py | 50 AFE_JOB_ID = 'afe_job_id' 307 'tko_jobs', AFE_JOB_ID, date, 313 'tko_jobs', AFE_JOB_ID, 319 'tko_jobs', AFE_JOB_ID, 322 'tko_jobs', AFE_JOB_ID, 325 'tko_jobs', AFE_JOB_ID, 328 'tko_jobs', AFE_JOB_ID,
|
always_failing_tests.py | 85 afe_job_ids = set(map(lambda t: t.job.afe_job_id, all_fail)) 108 s = job_to_suite.get(t.job.afe_job_id, None) 116 h = job_to_hash[test.job.afe_job_id]
|
/external/autotest/site_utils/ |
run_suite_unittest.py | 30 def _build_view(self, test_idx, test_name, subdir, status, afe_job_id, 43 @param afe_job_id: An integer representing the afe job id. 60 'status': status, 'afe_job_id': afe_job_id, 79 ('get_detailed_test_views', v['afe_job_id']), []) 84 key = (kwargs['call'], kwargs['afe_job_id']) 235 '%s-%s' % (v['afe_job_id'], 'chromeos-test'))) 246 '%s-%s' % (v['afe_job_id'], 'chromeos-test')))
|
run_suite.py | 501 if view['afe_job_id'] == self.suite_job_id and 'job_keyvals' in view: [all...] |
/external/autotest/database/ |
schema_051.sql | 747 `afe_job_id` int(11) NOT NULL, 750 KEY `planner_test_jobs_afe_job_id` (`afe_job_id`), 752 CONSTRAINT `test_jobs_afe_job_id_fk` FOREIGN KEY (`afe_job_id`) REFERENCES `afe_jobs` (`id`), [all...] |
/external/autotest/frontend/client/src/autotest/afe/ |
JobDetailView.java | 466 "condition=afe_job_id+%253d+" + Integer.toString(jobId) + "&" + 488 "reason&sort=test_name%252Cstatus%252Creason&condition=afe_job_id+%253D+" + jobId + 493 return "/embedded_spreadsheet/EmbeddedSpreadsheetClient.html?afe_job_id=" + jobId;
|
/external/autotest/server/cros/dynamic_suite/ |
suite.py | 118 @param new_job_id: The afe_job_id of a newly created job. 176 @param old_job_id: The afe_job_id of the job that is retried. 177 @param new_job_id: The afe_job_id of the retry job. 198 @param job_id: afe_job_id of a job. 244 @param job_id: afe_job_id of a job. 716 old job, the afe_job_id of the old job will [all...] |