OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_job
(Results
1 - 4
of
4
) sorted by null
/external/toolchain-utils/automation/clients/
crosstool.py
55
test_job
, testrun_dir = factory.RunTests(checkout_dir, build_tree_dir,
57
all_jobs.append(
test_job
)
/external/grpc-grpc/tools/run_tests/
run_interop_tests.py
816
test_job
= jobset.JobSpec(
827
test_job
.container_name = container_name
828
return
test_job
902
test_job
= jobset.JobSpec(
913
test_job
.container_name = container_name
914
return
test_job
1338
test_job
= cloud_to_prod_jobspec(
variable
1403
test_job
= cloud_to_cloud_jobspec(
variable
1419
test_job
= cloud_to_cloud_jobspec(
variable
1440
test_job
= cloud_to_cloud_jobspec(
variable
1468
test_job
= cloud_to_cloud_jobspec(
variable
[
all
...]
run_tests_matrix.py
68
test_job
= jobset.JobSpec(
79
return
test_job
95
test_job
= jobset.JobSpec(
106
return
test_job
/external/autotest/contrib/
compare_suite.py
442
test_job
= all_jobs[suite_job].get(test_name)
variable
443
if
test_job
:
445
(
test_job
.log,
test_job
.time_used.total_seconds())
Completed in 184 milliseconds