OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_jobs
(Results
1 - 3
of
3
) sorted by null
/external/grpc-grpc/tools/run_tests/
run_tests_matrix.py
164
test_jobs
= []
166
test_jobs
+= _generate_jobs(
175
test_jobs
+= _generate_jobs(
184
test_jobs
+= _generate_jobs(
193
test_jobs
+= _generate_jobs(
201
test_jobs
+= _generate_jobs(
211
test_jobs
+= _generate_jobs(
220
test_jobs
+= _generate_jobs(
229
test_jobs
+= _generate_jobs(
239
test_jobs
+= _generate_jobs
[
all
...]
/external/autotest/contrib/
compare_suite.py
229
for job in self.
test_jobs
:
251
for job in self.
test_jobs
:
341
test_jobs
= models.Job.objects.filter(parent_job_id=job_id)
variable
342
if len(
test_jobs
) == 0:
347
for job in
test_jobs
]
348
suite_job_runtime.
test_jobs
= test_job_runtimes
405
for job in suite_job.
test_jobs
:
/external/autotest/site_utils/
job_history.py
349
self.
test_jobs
= []
355
self.
test_jobs
.append(TestJobInfo(job_hqe, task_caches,
366
for job in sorted(self.
test_jobs
,
376
for job in self.
test_jobs
:
Completed in 49 milliseconds