OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:all_jobs
(Results
1 - 6
of
6
) sorted by null
/external/toolchain-utils/automation/clients/
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)
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/autotest/contrib/
compare_suite.py
304
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
.keys()
[
all
...]
/external/toolchain-utils/automation/server/
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_)
146
# TODO(raymes): remove job from self.
all_jobs
/external/autotest/cli/
job.py
90
all_jobs
= []
102
all_jobs
.extend(jobs)
104
return
all_jobs
/external/autotest/scheduler/
host_scheduler_unittests.py
293
all_jobs
= ([single_job] +
297
self.db_helper.add_host_to_job(hosts[i],
all_jobs
[i].id,
Completed in 364 milliseconds