Home
last modified time | relevance | path

Searched full:build_only (Results 1 – 17 of 17) sorted by relevance

/external/grpc-grpc/
D.travis.yml12 WORKSPACE="Tests.xcworkspace" TEST_PATH="src/objective-c/tests" BUILD_ONLY="false"
15 WORKSPACE="Tests.xcworkspace" TEST_PATH="src/objective-c/tests" BUILD_ONLY="false"
18 WORKSPACE="Tests.xcworkspace" TEST_PATH="src/objective-c/tests" BUILD_ONLY="false"
22 # WORKSPACE="Tests.xcworkspace" TEST_PATH="src/objective-c/tests" BUILD_ONLY="false"
26 BUILD_ONLY="true" INTEROP_SERVER="false"
29 BUILD_ONLY="true" INTEROP_SERVER="false"
32 BUILD_ONLY="true" INTEROP_SERVER="false"
34 WORKSPACE="Sample.xcworkspace" TEST_PATH="src/objective-c/examples/Sample" BUILD_ONLY="true"
37 WORKSPACE="Sample.xcworkspace" TEST_PATH="src/objective-c/examples/Sample" BUILD_ONLY="true"
41 BUILD_ONLY="true" INTEROP_SERVER="false"
[all …]
DCONTRIBUTING.md33 python tools/run_tests/run_tests.py -l YOUR_LANGUAGE --build_only
/external/grpc-grpc/tools/run_tests/
Drun_tests_matrix.py136 if '--build_only' in extra_args:
315 # TODO(jtattermusch): some of the tests are failing, so we force --build_only
323 extra_args=extra_args + ['--build_only'],
327 # TODO(jtattermusch): some of the tests are failing, so we force --build_only
335 extra_args=extra_args + ['--build_only'],
366 # TODO(jtattermusch): some of the tests are failing, so we force --build_only
375 extra_args=extra_args + ['--build_only'],
454 '--build_only',
458 help='Pass --build_only flag to run_tests.py instances.')
517 if args.build_only:
[all …]
DREADME.md15 - `--build_only` Only build, do not run the tests.
Drun_tests.py1382 '--build_only',
1727 build_only=False): argument
1739 if build_only:
1864 build_only=args.build_only) == 0
1878 build_only=args.build_only)
/external/tensorflow/tensorflow/contrib/makefile/samples/
Dbuild_and_run_inception_hexagon.sh36 b) BUILD_ONLY="true";;
59 if [[ "${BUILD_ONLY}" != "true" ]]; then
89 if [[ "${BUILD_ONLY}" != "true" ]]; then
187 if [[ "${BUILD_ONLY}" != "true" ]]; then
216 if [[ "${BUILD_ONLY}" != "true" ]]; then
/external/grpc-grpc/tools/run_tests/performance/
Dbuild_performance.sh56 …python tools/run_tests/run_tests.py -l "$language" -c "$CONFIG" --build_only -j 8 --compiler corec…
62 python tools/run_tests/run_tests.py -l "$language" -c "$CONFIG" --build_only -j 8
Dbuild_performance_php7.sh20 python tools/run_tests/run_tests.py -l php7 -c "$CONFIG" --build_only -j 8
/external/grpc-grpc/tools/internal_ci/linux/
Dgrpc_portability_build_only.cfg29 value: "-f portability linux --inner_jobs 4 -j 4 --internal_ci --build_only"
Dgrpc_build_submodule_at_head.sh45 tools/run_tests/run_tests_matrix.py -f linux --inner_jobs 4 -j 4 --internal_ci --build_only
/external/grpc-grpc/tools/internal_ci/windows/
Dgrpc_portability_build_only.cfg29 value: "-f portability windows --internal_ci --build_only"
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_python/
Dbuild_interop.sh32 tools/run_tests/run_tests.py -l python --compiler python2.7 -c opt --build_only
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_csharpcoreclr/
Dbuild_interop.sh32 tools/run_tests/run_tests.py -l csharp -c dbg --build_only
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_csharp/
Dbuild_interop.sh32 tools/run_tests/run_tests.py -l csharp -c dbg --build_only
/external/grpc-grpc/templates/tools/dockerfile/
Dcsharp_build_interop.sh.include32 tools/run_tests/run_tests.py -l csharp -c dbg --build_only
/external/grpc-grpc/tools/internal_ci/macos/
Dgrpc_interop_toprod.sh25 tools/run_tests/run_tests.py -l c++ -c opt --build_only
/external/grpc-grpc/src/csharp/
DREADME.md65 $ python tools/run_tests/run_tests.py -l csharp -c dbg --build_only