Searched refs:all_jobs (Results 1 – 6 of 6) sorted by relevance
/external/autotest/contrib/ |
D | compare_suite.py | 304 def print_task_data(all_jobs, time_data): argument 308 zip(time_data, all_jobs.keys())]) 337 all_jobs = {} variable 374 all_jobs[suite_job_runtime] = {r.name:r for r in test_job_runtimes} 380 for suite_job in all_jobs.keys()])) 385 for suite_job in all_jobs.keys()])) 390 for suite_job in all_jobs.keys()])) 395 for suite_job in all_jobs.keys()])) 400 for suite_job in all_jobs.keys()])) 404 for suite_job in all_jobs.keys(): [all …]
|
/external/toolchain-utils/automation/clients/ |
D | crosstool.py | 43 all_jobs = [checkout_crosstool_job] 48 all_jobs.append(build_release_job) 57 all_jobs.append(test_job) 61 all_jobs.append(factory.GenerateReport(testruns, manifests_dir, 65 all_jobs, True, False)
|
D | android.py | 53 all_jobs = [p4_androidtc_job, tc_build_job, tree_build_job, benchmark_job] 55 return job_group.JobGroup('androidtoolchain_nightly', all_jobs, True, False)
|
/external/toolchain-utils/automation/server/ |
D | job_manager.py | 64 self.all_jobs = [] 93 for job_ in self.all_jobs: 113 for job_ in self.all_jobs: 132 self.all_jobs.append(job_)
|
/external/autotest/cli/ |
D | job.py | 90 all_jobs = [] 102 all_jobs.extend(jobs) 104 return all_jobs
|
/external/autotest/scheduler/ |
D | host_scheduler_unittests.py | 293 all_jobs = ([single_job] + 297 self.db_helper.add_host_to_job(hosts[i], all_jobs[i].id,
|