HomeSort by relevance Sort by last modified time
    Searched refs:afe_job_id (Results 1 - 16 of 16) sorted by null

  /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,
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/contrib/
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]
compare_suite.py 121 self.tko_job = tko_models.Job.objects.filter(afe_job_id=self.id)[0]
  /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')))
collect_suite_time_stats.py 266 job_start[t.afe_job_id] = time_utils.to_epoch_time(t.queued_time)
run_suite.py 501 if view['afe_job_id'] == self.suite_job_id and 'job_keyvals' in view:
    [all...]
job_history.py 208 self.tko_job = tko_models.Job.objects.filter(afe_job_id=self.id)[0]
  /external/autotest/tko/
db.py 383 afe_job_id = utils.get_afe_job_id(tag)
392 'afe_job_id': afe_job_id,
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.
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/server/
site_utils.py 344 views = tko.run('get_detailed_test_views', afe_job_id=suite_job_id)
  /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...]
suite_unittest.py 470 afe_job_id=self._FAKE_JOB_ID)
    [all...]

Completed in 231 milliseconds