From 82c697e2e7a94d4f151ddbfac6cf99a4a173fbb5 Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Thu, 19 Jan 2023 15:32:04 -0800 Subject: [PATCH] CI: Move kokoro bazel output root to /tmpfs/bazel (#32156) --- tools/internal_ci/linux/grpc_bazel_rbe.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/internal_ci/linux/grpc_bazel_rbe.sh b/tools/internal_ci/linux/grpc_bazel_rbe.sh index f8f031fa5e0..17ddaa09544 100755 --- a/tools/internal_ci/linux/grpc_bazel_rbe.sh +++ b/tools/internal_ci/linux/grpc_bazel_rbe.sh @@ -30,6 +30,7 @@ python3 tools/run_tests/python_utils/bazel_report_helper.py --report_path bazel_ bazel_rbe/bazel_wrapper \ --bazelrc=tools/remote_build/linux_kokoro.bazelrc \ + --output_user_root=/tmpfs/bazel \ test \ $BAZEL_FLAGS \ "$@" \