OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:child_jobs
(Results
1 - 5
of
5
) sorted by null
/external/autotest/server/lib/
suite_report.py
178
child_jobs
= afe.get_jobs(parent_job_id=suite_job_id)
179
logging.debug('... fetched %s child jobs.' % len(
child_jobs
))
182
for j in
child_jobs
:
191
child_job_ids = {j.id for j in
child_jobs
}
/external/autotest/site_utils/
run_suite_unittest.py
420
child_jobs
= set([good_job_id])
423
child_jobs
.add(bad_job_id)
426
child_jobs
.add(warn_job_id)
429
child_jobs
.add(experimental_bad_job_id)
434
child_jobs
.add(self_aborted_job_id)
437
child_jobs
.add(good_retry_job_id)
440
child_jobs
.add(bad_retry_job_id)
443
child_jobs
.add(aborted_by_suite_job_id)
445
self._mock_afe_get_jobs(suite_job_id,
child_jobs
)
run_suite.py
[
all
...]
/external/autotest/contrib/
find_suite_tasks.py
79
child_jobs
= afe.get_jobs(parent_job_id=suite_job_id)
80
child_job_ids = {j.id for j in
child_jobs
}
/external/autotest/frontend/afe/
rpc_interface_unittest.py
200
child_jobs
= self._create_job(hosts=[1, 2],
205
self._check_job_ids(rpc_interface.get_jobs(sub=True), [
child_jobs
])
[
all
...]
Completed in 169 milliseconds