Home
last modified time | relevance | path

Searched refs:jobset (Results 1 – 18 of 18) sorted by relevance

/external/grpc-grpc/tools/run_tests/
Drun_microbenchmark.py23 import python_utils.jobset as jobset namespace
93 jobset.JobSpec(
102 jobset.JobSpec(
112 cleanup.append(jobset.JobSpec(['rm', '%s.trace' % fnize(line)]))
120 jobset.run(
123 jobset.run(profile_analysis, maxjobs=multiprocessing.cpu_count())
124 jobset.run(cleanup, maxjobs=multiprocessing.cpu_count())
130 jobset.run(benchmarks, maxjobs=max(1, multiprocessing.cpu_count() / 2))
131 jobset.run(profile_analysis, maxjobs=multiprocessing.cpu_count())
132 jobset.run(cleanup, maxjobs=multiprocessing.cpu_count())
[all …]
Drun_performance_tests.py36 import python_utils.jobset as jobset namespace
56 self._job = jobset.Job(
61 return self._job and self._job.state() == jobset._RUNNING
100 jobspec = jobset.JobSpec(
132 return jobset.JobSpec(
150 return jobset.JobSpec(
182 return jobset.JobSpec(
206 archive_job = jobset.JobSpec(
209 jobset.message('START', 'Archiving local repository.', do_newline=True)
210 num_failures, _ = jobset.run(
[all …]
Dtask_runner.py26 import python_utils.jobset as jobset namespace
92 num_failures, _ = jobset.run(
95 jobset.message('FAILED', 'Pre-build phase failed.', do_newline=True)
105 jobset.message('START', 'Building targets.', do_newline=True)
106 num_failures, resultset = jobset.run(
111 jobset.message(
114 jobset.message('FAILED', 'Failed to build targets.', do_newline=True)
Drun_tests_matrix.py24 import python_utils.jobset as jobset namespace
68 test_job = jobset.JobSpec(
95 test_job = jobset.JobSpec(
544 jobset.message(
580 jobset.message('START', 'Running test matrix.', do_newline=True)
581 num_failures, resultset = jobset.run(
585 ignored_num_skipped_failures, skipped_results = jobset.run(
594 jobset.message(
599 jobset.message(
Drun_tests.py43 import python_utils.jobset as jobset namespace
105 return jobset.platform_string()
124 if jobset.platform_string() == 'windows':
167 return jobset.JobSpec(
1469 jobset.measure_cpu_costs = args.measure_cpu_costs
1493 if jobset.platform_string() == 'linux':
1591 jobset.JobSpec(
1603 jobset.JobSpec(
1611 jobset.JobSpec(
1643 jobset.JobSpec(
[all …]
Drun_interop_tests.py35 import python_utils.jobset as jobset namespace
816 test_job = jobset.JobSpec(
902 test_job = jobset.JobSpec(
976 server_job = jobset.JobSpec(
1001 build_job = jobset.JobSpec(
1240 jobset.message(
1245 num_failures, _ = jobset.run(
1248 jobset.message(
1253 jobset.message(
1491 num_failures, resultset = jobset.run(
[all …]
/external/grpc-grpc/tools/interop_matrix/
Drun_interop_matrix_tests.py36 import jobset
112 jobset.message(
135 jobset.message(
140 jobset.message(
192 spec = jobset.JobSpec(
200 jobset.message(
205 jobset.message('FAILED', err, do_newline=True)
220 jobset.message('START', 'Testing %s' % image, do_newline=True)
227 jobset.message(
231 num_failures, resultset = jobset.run(
[all …]
Dcreate_matrix_images.py35 import jobset
118 jobset.message(
141 jobset.message('START', 'Repackaging %s' % image, do_newline=True)
162 build_job = jobset.JobSpec(
186 jobset.message(
196 jobset.message(
225 jobset.message('START', 'Building interop docker images.', do_newline=True)
228 num_failures, _ = jobset.run(
233 jobset.message(
238 jobset.message(
[all …]
/external/grpc-grpc/tools/buildgen/
Dgenerate_projects.py30 import jobset
70 jobset.JobSpec(cmd, shortname='preprocess', timeout_seconds=None))
92 jobs.append(jobset.JobSpec(cmd, shortname=out, timeout_seconds=None))
94 jobset.run(pre_jobs, maxjobs=args.jobs)
95 jobset.run(jobs, maxjobs=args.jobs)
/external/grpc-grpc/tools/run_tests/artifacts/
Dpackage_targets.py21 import python_utils.jobset as jobset namespace
42 jobspec = jobset.JobSpec(
62 jobspec = jobset.JobSpec(
Dartifact_targets.py23 import python_utils.jobset as jobset namespace
54 jobspec = jobset.JobSpec(
86 jobspec = jobset.JobSpec(
Ddistribtest_targets.py21 import python_utils.jobset as jobset namespace
45 jobspec = jobset.JobSpec(
70 jobspec = jobset.JobSpec(
/external/grpc-grpc/tools/distrib/
Drun_clang_tidy.py25 import jobset
61 jobs.append(jobset.JobSpec(
66 num_fails, res_set = jobset.run(jobs, maxjobs=args.jobs)
/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_run.py32 import jobset
98 jobset.JobSpec(
124 jobset.run(jobs_list, maxjobs=args.jobs)
Dbm_main.py39 import jobset
143 jobset.run(jobs_list, maxjobs=args.jobs)
/external/grpc-grpc/tools/run_tests/python_utils/
Ddockerjob.py24 import jobset
116 self._job = jobset.Job(
135 return self._job.state() == jobset._RUNNING
Dstart_port_server.py16 import jobset
69 if jobset.platform_string() == 'windows':
/external/grpc-grpc/summerofcode/2018/
Dnaresh.md161 Make logging after success in jobset more apparent