Searched refs:all_jobs (Results 1 - 6 of 6) sorted by relevance

/external/autotest/contrib/
H A Dcompare_suite.py304 def print_task_data(all_jobs, time_data):
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
[all...]
/external/toolchain-utils/automation/clients/
H A Dcrosstool.py43 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)
H A Dandroid.py53 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/
H A Djob_manager.py64 self.all_jobs = []
93 for job_ in self.all_jobs:
113 for job_ in self.all_jobs:
132 self.all_jobs.append(job_)
146 # TODO(raymes): remove job from self.all_jobs
/external/autotest/cli/
H A Djob.py90 all_jobs = []
102 all_jobs.extend(jobs)
104 return all_jobs
/external/autotest/scheduler/
H A Dhost_scheduler_unittests.py293 all_jobs = ([single_job] +
297 self.db_helper.add_host_to_job(hosts[i], all_jobs[i].id,

Completed in 480 milliseconds