grpc/tools/docker_runners/examples
Jan Tattermusch 14f5d4768d
[bazelify tests] Add "concurrent_bazel.sh" wrapper to enable parallel invocations of bazel (#34568)
(I had to first solve a problem with "dubious file ownership" error that
was happening inside the grpc_repo_archive action when using the
concurrent wrapper).

Example:
```
tools/docker_runners/examples/concurrent_bazel.sh --bazelrc=tools/remote_build/linux.bazelrc test --genrule_strategy=remote,local --workspace_status_command=tools/bazelify_tests/workspace_status_cmd.sh //tools/bazelify_tests/test:runtests_csharp_linux_dbg
```
2023-10-06 01:02:40 -07:00
..
bazel_test_in_docker.sh Cleanup run_in_docker.sh and corresponding examples. (#29469) 2022-04-22 19:04:40 +02:00
concurrent_bazel.sh [bazelify tests] Add "concurrent_bazel.sh" wrapper to enable parallel invocations of bazel (#34568) 2023-10-06 01:02:40 -07:00
coredump_in_docker.sh Cleanup run_in_docker.sh and corresponding examples. (#29469) 2022-04-22 19:04:40 +02:00
gdb_in_docker.sh Cleanup run_in_docker.sh and corresponding examples. (#29469) 2022-04-22 19:04:40 +02:00
run_tests_c_in_docker.sh Cleanup run_in_docker.sh and corresponding examples. (#29469) 2022-04-22 19:04:40 +02:00
run_tests_csharp_in_docker.sh Cleanup run_in_docker.sh and corresponding examples. (#29469) 2022-04-22 19:04:40 +02:00