Commit Graph

3 Commits

Author SHA1 Message Date
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
Jan Tattermusch 72888886d8
Cleanup run_in_docker.sh and corresponding examples. (#29469)
* update docker_runners examples

* run_in_docker improvements

* run_in_docker.sh should use build_and_run_docker.sh

* cleanup run_in_docker.sh and examples
2022-04-22 19:04:40 +02:00
Jan Tattermusch a0c975abd5
add run_in_docker.sh with examples (#28127) 2021-12-03 18:58:11 +01:00